openbsd-ports/textproc/p5-CGI-FastTemplate/Makefile
simon f98904610a import p5-CGI-FastTemplate
CGI::FastTemplate manages templates and parses templates replacing
variable names with values.  It was designed for mid to large scale web
applications (CGI, mod_perl) where there are great benefits to
separating the logic of an application from the specific implementation
details.

ok jasper@
2007-10-25 21:33:48 +00:00

18 lines
383 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:33:48 simon Exp $
COMMENT= manages templates and performs variable interpolation
MODULES= cpan
DISTNAME= CGI-FastTemplate-1.09
CATEGORIES= textproc www
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>