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

22 lines
410 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2011/03/14 09:17:27 sthen 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
REVISION= 1
2006-12-10 07:29:56 -05:00
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
2006-12-10 07:29:56 -05:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-15 14:45:56 -05: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>