openbsd-ports/textproc/p5-Text-Template/Makefile

17 lines
327 B
Makefile
Raw Normal View History

2010-10-19 03:54:21 -04:00
# $OpenBSD: Makefile,v 1.12 2010/10/19 07:54:24 espie Exp $
COMMENT= expand template text with embedded perl
MODULES= cpan
2010-09-24 04:04:42 -04:00
DISTNAME= Text-Template-1.45
CATEGORIES= textproc
2010-10-19 03:54:21 -04:00
USE_GROFF = Yes
2010-09-24 04:04:42 -04:00
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>