openbsd-ports/textproc/p5-Text-Tmpl/Makefile
gsoares 4603bbe788 - bugfix update to textproc/p5-Text-Tmpl-0.33
- zap groff too, doesnt need it here
- install examples files
- it is only Artistic license, not both GPL/Artistic as perl

Full Changelog at: http://cpansearch.perl.org/src/DLOWE/Text-Tmpl-0.33/Changes

"looks good" to Alex Feinberg and sthen@
OK jasper@
2011-05-25 20:12:40 +00:00

22 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.13 2011/05/25 20:12:40 gsoares Exp $
SHARED_ONLY= Yes
COMMENT= very fast Perl templating library
MODULES= cpan
DISTNAME= Text-Tmpl-0.33
CATEGORIES= textproc
MAINTAINER= Alex Feinberg <alex@strlen.net>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>