openbsd-ports/devel/p5-Test-Output/Makefile

20 lines
386 B
Makefile
Raw Normal View History

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