18 lines
373 B
Makefile
18 lines
373 B
Makefile
# $OpenBSD: Makefile,v 1.9 2007/09/15 20:59:40 merdely Exp $
|
|
|
|
COMMENT= expand template text with embedded perl
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Text-Template-1.44
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|