2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:36 ajacoutot Exp $
|
2007-09-16 05:24:46 -04:00
|
|
|
|
2008-10-08 17:38:44 -04:00
|
|
|
COMMENT= group together related tests in a test suite
|
2007-09-16 05:24:46 -04:00
|
|
|
|
|
|
|
MODULES= cpan
|
2008-10-08 17:38:44 -04:00
|
|
|
DISTNAME= Test-Group-0.14
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2008-10-08 17:38:44 -04:00
|
|
|
CATEGORIES= devel
|
2007-09-16 05:24:46 -04:00
|
|
|
|
|
|
|
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
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2007-09-16 05:24:46 -04:00
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS= devel/p5-File-Slurp
|
2007-09-16 05:24:46 -04:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
MAKE_ENV+= TEST_POD=1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|