When using this module in a test script, it goes through all the modules

in your distribution, checks their POD, checks that they compile ok and
checks that they all define a $VERSION.

WWW:	http://search.cpan.org/dist/Test-Distribution/

PR:		ports/120812
Submitted by:	Felippe de Meirelles Motta <lippemail at gmail.com>
This commit is contained in:
Martin Wilke 2008-02-18 21:09:51 +00:00
parent 32add8ffad
commit 34051837a5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207552
5 changed files with 41 additions and 0 deletions

View File

@ -1617,6 +1617,7 @@
SUBDIR += p5-Test-Deep
SUBDIR += p5-Test-Dependencies
SUBDIR += p5-Test-Differences
SUBDIR += p5-Test-Distribution
SUBDIR += p5-Test-Exception
SUBDIR += p5-Test-Expect
SUBDIR += p5-Test-File

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-Test-Distribution
# Date created: 2008-02-11
# Whom: Felippe de Meirelles Motta <lippemail@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Test-Distribution
PORTVERSION= 2.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippemail@gmail.com
COMMENT= Test::Distribution - Perform tests on all modules of a distribution
BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/Manifest.pm:${PORTSDIR}/devel/p5-ExtUtils-Manifest \
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS+= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Test::Distribution.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-Distribution-2.00.tar.gz) = 7b7f905605f60a786f2ece2d76230fd1
SHA256 (Test-Distribution-2.00.tar.gz) = 50ecd07fb6cab7b2b2a73b5526ee43b90e77734c9bcec95ce8822b9c0a912b68
SIZE (Test-Distribution-2.00.tar.gz) = 11326

View File

@ -0,0 +1,5 @@
When using this module in a test script, it goes through all the modules
in your distribution, checks their POD, checks that they compile ok and
checks that they all define a $VERSION.
WWW: http://search.cpan.org/dist/Test-Distribution/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Test/Distribution.pm
@dirrmtry %%SITE_PERL%%/Test