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