openbsd-ports/devel/p5-Test-Manifest/Makefile
steven 881495d7f0 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@
2005-12-13 21:46:43 +00:00

26 lines
572 B
Makefile

# $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>