diff options
Diffstat (limited to 'mods/perl-extutils-makemaker')
-rw-r--r-- | mods/perl-extutils-makemaker | 10 |
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 +} |