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.
This commit is contained in:
parent
95e985ba90
commit
975e6b37e7
3 changed files with 28 additions and 0 deletions
3
devel/p5-Test-CheckManifest/DESCR
Normal file
3
devel/p5-Test-CheckManifest/DESCR
Normal file
|
@ -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.
|
20
devel/p5-Test-CheckManifest/Makefile
Normal file
20
devel/p5-Test-CheckManifest/Makefile
Normal file
|
@ -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"
|
5
devel/p5-Test-CheckManifest/distinfo
Normal file
5
devel/p5-Test-CheckManifest/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue