summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-16 01:15:55 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-16 01:17:04 +0200
commitbdd04c88ba2bad905134a835dc794d273bd7bf97 (patch)
tree23dcb0246d1f8403d6516d32cb38cd297b66423f /mods/perl-extutils-makemaker
parent690e3e9a39e2691b483474725ee1a17d44231401 (diff)
downloadgenpkg-bdd04c88ba2bad905134a835dc794d273bd7bf97.tar.gz
genpkg-bdd04c88ba2bad905134a835dc794d273bd7bf97.tar.xz
Rename tweaks/ to preps/.
Adds GENPKGDBG env variable. Set it to prevent genpkg from removing PKGTREE and PKGDATA.
Diffstat (limited to 'mods/perl-extutils-makemaker')
-rw-r--r--mods/perl-extutils-makemaker6
1 files changed, 6 insertions, 0 deletions
diff --git a/mods/perl-extutils-makemaker b/mods/perl-extutils-makemaker
new file mode 100644
index 0000000..66c1af8
--- /dev/null
+++ b/mods/perl-extutils-makemaker
@@ -0,0 +1,6 @@
++ depends perl-cpan-meta>=2.112150
++ depends perl-extutils-install>=1.52
++ depends perl-extutils-command>=1.16
++ depends perl-extutils-manifest>=1.58
++ >build() sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new
++ >build() mv Makefile.PL.new Makefile.PL