diff options
author | sno <sno> | 2010-04-14 18:02:00 +0000 |
---|---|---|
committer | sno <sno> | 2010-04-14 18:02:00 +0000 |
commit | e36bd504fc2ae67b549e7a5540f2405e85adb516 (patch) | |
tree | c50a13978cc945443629ddc3bbe5683882f26f64 /devel | |
parent | a85c08594818d2b5e5bffdf174dc60a3e903880d (diff) | |
download | pkgsrc-e36bd504fc2ae67b549e7a5540f2405e85adb516.tar.gz |
Importing devel/p5-Test-CheckManifest version 1.21.
Test::CheckManifest is a module for authors of Perl5 modules to verify their
MANIFEST files. Invalid MANIFEST files usually results in failing smoke
tests and more module uploads than necessary.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-CheckManifest/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Test-CheckManifest/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Test-CheckManifest/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Test-CheckManifest/DESCR b/devel/p5-Test-CheckManifest/DESCR new file mode 100644 index 00000000000..31d7a3c0f5a --- /dev/null +++ b/devel/p5-Test-CheckManifest/DESCR @@ -0,0 +1,3 @@ +Test::CheckManifest is a module for authors of Perl5 modules to verify their +MANIFEST files. Invalid MANIFEST files usually results in failing smoke +tests and more module uploads than necessary. diff --git a/devel/p5-Test-CheckManifest/Makefile b/devel/p5-Test-CheckManifest/Makefile new file mode 100644 index 00000000000..b784896796f --- /dev/null +++ b/devel/p5-Test-CheckManifest/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 18:02:00 sno Exp $ +# + +DISTNAME= Test-CheckManifest-1.21 +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-CheckManifest/ +COMMENT= Check if MANIFEST of perl module matches it's distro +LICENSE= artistic-2.0 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/CheckManifest/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-CheckManifest/distinfo b/devel/p5-Test-CheckManifest/distinfo new file mode 100644 index 00000000000..8ceb14cf3c0 --- /dev/null +++ b/devel/p5-Test-CheckManifest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/14 18:02:00 sno Exp $ + +SHA1 (Test-CheckManifest-1.21.tar.gz) = 9ec06b4cbb850e1e61c2d0465875dbf01a145e7d +RMD160 (Test-CheckManifest-1.21.tar.gz) = 60bc254110bf7965e938cfede9111cc3e5dd26b2 +Size (Test-CheckManifest-1.21.tar.gz) = 7318 bytes |