21 lines
392 B
Makefile
Raw Normal View History

2010-11-15 19:45:56 +00:00
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:06 espie Exp $
COMMENT= perl test framework for file contents
2006-11-29 08:23:29 +00:00
MODULES= cpan
2008-10-08 21:43:02 +00:00
DISTNAME= Test-File-Contents-0.05
2006-11-29 08:23:29 +00:00
CATEGORIES= devel
2008-10-08 21:43:02 +00:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-11-29 08:23:29 +00:00
CONFIGURE_STYLE= modbuild
2010-11-15 19:45:56 +00:00
USE_GROFF = Yes
2006-11-29 08:23:29 +00:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>