summaryrefslogtreecommitdiffstats
path: root/tweaks
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-09-25 19:05:42 +0200
committerJustin Davis <jrcd83@gmail.com>2011-09-25 19:05:42 +0200
commitd7c186ed43a5c455e46e255a9406220fc7c6eedc (patch)
tree87ea8222c625211e9f944a71acab29ee08acaf5c /tweaks
parent7f295110b6ccc859cd678dfd75b69f0f47ddb26d (diff)
downloadgenpkg-d7c186ed43a5c455e46e255a9406220fc7c6eedc.tar.gz
genpkg-d7c186ed43a5c455e46e255a9406220fc7c6eedc.tar.xz
Adds perl-extutils-makemaker for AUR package.
Diffstat (limited to 'tweaks')
-rw-r--r--tweaks/perl-extutils-makemaker6
1 files changed, 6 insertions, 0 deletions
diff --git a/tweaks/perl-extutils-makemaker b/tweaks/perl-extutils-makemaker
new file mode 100644
index 0000000..66c1af8
--- /dev/null
+++ b/tweaks/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