Add devel/p5-Test-CheckManifest 1.25, a perl module

to check that a perl distibution's MANIFEST file
matches the distribution contents.
This commit is contained in:
Anton Berezin 2012-06-27 10:46:49 +00:00
parent 455f246588
commit 15bc7af071
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300086
5 changed files with 35 additions and 0 deletions

View File

@ -2546,6 +2546,7 @@
SUBDIR += p5-Test-BinaryData
SUBDIR += p5-Test-Block
SUBDIR += p5-Test-CPAN-Meta-YAML
SUBDIR += p5-Test-CheckManifest
SUBDIR += p5-Test-Class
SUBDIR += p5-Test-Class-Most
SUBDIR += p5-Test-ClassAPI

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: devel/p5-Test-CheckManifest
# Date created: 27 June 2012
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-CheckManifest
PORTVERSION= 1.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Check if your Manifest matches your distro
PERL_CONFIGURE= yes
MAN3= Test::CheckManifest.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-CheckManifest-1.25.tar.gz) = 33e626a96d4c48412627ec5e181e96ad57cfb821547e58445d6ce465963df5dc
SIZE (Test-CheckManifest-1.25.tar.gz) = 10100

View File

@ -0,0 +1,5 @@
Checks whether the Manifest file matches the distro or not. To match a
distro the Manifest has to name all files that come along with the
distribution
WWW: http://search.cpan.org/dist/Test-CheckManifest/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/Test/CheckManifest.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckManifest/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/CheckManifest
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test