openbsd-ports/devel/p5-Test-Output/Makefile
benoit a3e51eaf73 - update p5-Test-Output to 1.01
- remove patch and USE_GROFF
2013-03-23 08:00:48 +00:00

18 lines
308 B
Makefile

# $OpenBSD: Makefile,v 1.9 2013/03/23 08:00:48 benoit Exp $
COMMENT= test output of other modules
MODULES= cpan
DISTNAME = Test-Output-1.01
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS= devel/p5-Sub-Exporter \
devel/p5-Test-Tester
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>