openbsd-ports/devel/p5-Test-Output/Makefile
kevlo a95930487b update to 0.16
ok sthen@
2009-09-04 09:44:29 +00:00

20 lines
386 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/09/04 09:44:29 kevlo Exp $
COMMENT= test output of other modules
MODULES= cpan
DISTNAME= Test-Output-0.16
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-Sub-Exporter \
::devel/p5-Test-Tester
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>