summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-04-21 21:11:40 +0200
committerJustin Davis <jrcd83@gmail.com>2012-04-21 21:11:40 +0200
commit3065f2e3477e281f73031716cfab45e39189d5f9 (patch)
tree5fe95948044e7847103d9ee0fab8547a804f5a4e /mods/perl-extutils-makemaker
parent271e91f4b6d8f84e765e5837321c4b5a96954db7 (diff)
downloadgenpkg-3065f2e3477e281f73031716cfab45e39189d5f9.tar.gz
genpkg-3065f2e3477e281f73031716cfab45e39189d5f9.tar.xz
Change METABIN var to PREPSPATH.
genpkg uses this to tell prepkg where the preparer scripts are located.
Diffstat (limited to 'mods/perl-extutils-makemaker')
-rw-r--r--mods/perl-extutils-makemaker10
1 files changed, 4 insertions, 6 deletions
diff --git a/mods/perl-extutils-makemaker b/mods/perl-extutils-makemaker
index 66c1af8..4839ddc 100644
--- a/mods/perl-extutils-makemaker
+++ b/mods/perl-extutils-makemaker
@@ -1,6 +1,4 @@
-+ 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
+depends add("perl-cpan-meta>=2.112150") add("perl-extutils-install>=1.52") \
+ add("perl-extutils-command>=1.16") add("depends perl-extutils-manifest>=1.58") \
+build append("sed -e '/my::bundles/d' Makefile.PL >Makefile.PL.new")
+build append("mv Makefile.PL.new Makefile.PL")