diff options
author | sno <sno@pkgsrc.org> | 2012-09-10 12:29:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-10 12:29:11 +0000 |
commit | 5b244e959b05264df432368c368eab4189f3c1d5 (patch) | |
tree | 2d2f969cb80d19c3d6298e75e0295d293117b8a7 /devel | |
parent | 8be37d406690c68c19bd30b53f4030b8baf441b1 (diff) | |
download | pkgsrc-5b244e959b05264df432368c368eab4189f3c1d5.tar.gz |
Importing new package for CPAN module Test::CheckDeps version 0.002 into
devel/p5-Test-CheckDeps.
Test::CheckDeps adds a test that assures all dependencies have been
installed properly. If requested, it can bail out all testing on error.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-CheckDeps/DESCR | 2 | ||||
-rw-r--r-- | devel/p5-Test-CheckDeps/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Test-CheckDeps/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Test-CheckDeps/DESCR b/devel/p5-Test-CheckDeps/DESCR new file mode 100644 index 00000000000..466792e185c --- /dev/null +++ b/devel/p5-Test-CheckDeps/DESCR @@ -0,0 +1,2 @@ +Test::CheckDeps adds a test that assures all dependencies have been +installed properly. If requested, it can bail out all testing on error. diff --git a/devel/p5-Test-CheckDeps/Makefile b/devel/p5-Test-CheckDeps/Makefile new file mode 100644 index 00000000000..a64d24bd9d0 --- /dev/null +++ b/devel/p5-Test-CheckDeps/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2012/09/10 12:29:11 sno Exp $ +# + +DISTNAME= Test-CheckDeps-0.002 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-CheckDeps/ +COMMENT= Perl 5 module to check for presence of dependencies +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= {perl>=5.14.0,p5-CPAN-Meta-[0-9]*}:../../devel/p5-CPAN-Meta +DEPENDS+= p5-CPAN-Meta-Check-[0-9]*:../../devel/p5-CPAN-Meta-Check + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/CheckDeps/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-CheckDeps/distinfo b/devel/p5-Test-CheckDeps/distinfo new file mode 100644 index 00000000000..de042a46c0f --- /dev/null +++ b/devel/p5-Test-CheckDeps/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/09/10 12:29:11 sno Exp $ + +SHA1 (Test-CheckDeps-0.002.tar.gz) = de30637cd2ef6b26bda0a397a57a22abac4264d7 +RMD160 (Test-CheckDeps-0.002.tar.gz) = ccc901486e7ec09589e2613292b444a2bbca50c5 +Size (Test-CheckDeps-0.002.tar.gz) = 10964 bytes |