import p5-Test-Manifest-1.14

Test::Manifest overrides the default behaviour by replacing the
test_via_harness target in the Makefile. Instead of running at the t/*.t
files in ascii-betical order, it looks in the t/test_manifest file to
find out which tests you want to run and the order in which you want to
run them. It constructs the right value for MakeMaker to do the right
thing.

submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
ok alek@
This commit is contained in:
steven 2005-12-13 21:46:43 +00:00
parent 6c18ebc31c
commit 881495d7f0
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/13 21:46:43 steven Exp $
COMMENT= "interact with a t/test_manifest file"
DISTNAME= Test-Manifest-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
# GPL/Artistic
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
REGRESS_DEPENDS= :p5-Test-Pod->=1.00:devel/p5-Test-Pod \
::devel/p5-Test-Pod-Coverage
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Test-Manifest-1.14.tar.gz) = 4b0a8c9789b65647024e62cd1ee1fb8f
RMD160 (Test-Manifest-1.14.tar.gz) = c57960349388b82c1938d048e238c786b806b921
SHA1 (Test-Manifest-1.14.tar.gz) = 0449e03372c9f1b57d849b891872858888ac0ef4
SIZE (Test-Manifest-1.14.tar.gz) = 5523

View File

@ -0,0 +1,6 @@
Test::Manifest overrides the default behaviour by replacing the
test_via_harness target in the Makefile. Instead of running at the t/*.t
files in ascii-betical order, it looks in the t/test_manifest file to
find out which tests you want to run and the order in which you want to
run them. It constructs the right value for MakeMaker to do the right
thing.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/13 21:46:43 steven Exp $
${P5SITE}/Test/
${P5SITE}/Test/Manifest.pm
@man man/man3p/Test::Manifest.3