summaryrefslogtreecommitdiffstats
path: root/mods/perl-extutils-makemaker
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2012-05-12 17:26:59 +0200
committerJustin Davis <jrcd83@gmail.com>2012-05-12 17:26:59 +0200
commitab63153f42c0ae8bf6fb72c690e32fd05e9e4aae (patch)
tree642b3b9813655d6fc42a4395c613ed8998bdc9b6 /mods/perl-extutils-makemaker
parent0e751f1969c99932ff8760a7e59ee8687b0925db (diff)
downloadgenpkg-ab63153f42c0ae8bf6fb72c690e32fd05e9e4aae.tar.gz
genpkg-ab63153f42c0ae8bf6fb72c690e32fd05e9e4aae.tar.xz
Replace all mods with tcl versions.
Diffstat (limited to 'mods/perl-extutils-makemaker')
-rw-r--r--mods/perl-extutils-makemaker10
1 files changed, 6 insertions, 4 deletions
diff --git a/mods/perl-extutils-makemaker b/mods/perl-extutils-makemaker
index 1d48b58..d39bc13 100644
--- a/mods/perl-extutils-makemaker
+++ b/mods/perl-extutils-makemaker
@@ -1,4 +1,6 @@
-depends add("perl-cpan-meta>=2.112150") add("perl-extutils-install>=1.52") \
- add("perl-extutils-command>=1.16") add("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")
+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
+}