16 lines
312 B
Makefile
16 lines
312 B
Makefile
# $OpenBSD: Makefile,v 1.11 2010/09/24 08:04:42 jasper Exp $
|
|
|
|
COMMENT= expand template text with embedded perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Template-1.45
|
|
CATEGORIES= textproc
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|