openbsd-ports/devel/p5-Test-File-Contents/Makefile

22 lines
409 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2010/12/03 11:44:36 ajacoutot Exp $
COMMENT= perl test framework for file contents
2006-11-29 03:23:29 -05:00
MODULES= cpan
2008-10-08 17:43:02 -04:00
DISTNAME= Test-File-Contents-0.05
REVISION= 0
2006-11-29 03:23:29 -05:00
CATEGORIES= devel
2008-10-08 17:43:02 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-29 03:23:29 -05:00
CONFIGURE_STYLE= modbuild
2010-11-15 14:45:56 -05:00
USE_GROFF = Yes
2006-11-29 03:23:29 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>