summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
blob: d39bc13e79e0cd649679f522689f97ad5f4bff1e (plain)
1
2
3
4
5
6
lappend depends perl-cpan-meta>=2.112150 perl-extutils-install>=1.52 \
	perl-extutils-command>=1.16 perl-extutils-manifest>=1.58
fappend build {
	sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new
	mv Makefile.PL.new Makefile.PL
}