summaryrefslogtreecommitdiffstats
path: root/bin/templ/perl-pkg
diff options
context:
space:
mode:
authorJustin Davis <jrcd83@gmail.com>2011-08-16 16:40:52 +0200
committerJustin Davis <jrcd83@gmail.com>2011-08-16 16:40:52 +0200
commit5fceb54a28674b2dccbfc6b836d14afc242309d8 (patch)
tree1055aebd01e078ad762728f682d5d051a0f5afda /bin/templ/perl-pkg
parentef560a23d3a3c110e8aea0bad028af22abe6cff8 (diff)
downloadgenpkg-5fceb54a28674b2dccbfc6b836d14afc242309d8.tar.gz
genpkg-5fceb54a28674b2dccbfc6b836d14afc242309d8.tar.xz
Add checkdepends to the PKGBUILD printed by perl-pkg.
Diffstat (limited to 'bin/templ/perl-pkg')
-rwxr-xr-xbin/templ/perl-pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/templ/perl-pkg b/bin/templ/perl-pkg
index 92dd43a..9447620 100755
--- a/bin/templ/perl-pkg
+++ b/bin/templ/perl-pkg
@@ -29,6 +29,7 @@ license=(PerlArtistic GPL)
options=('!emptydirs')
depends=({: depends :})
makedepends=({: makedepends :})
+checkdepends=({: checkdepends :})
url={: url :}
source=({: source :})
md5sums=({: md5sums :})