a8d100e201
Test::Group allows for grouping together related tests in a standard Test::More-style script. It provides a bunch of maintainability and scalability advantages to large test suites. feedback & ok merdely@
25 lines
495 B
Makefile
25 lines
495 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/16 09:24:46 simon Exp $
|
|
|
|
COMMENT= group together related tests in a test suite
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Test-Group-0.07
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-File-Slurp
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|