diff options
-rw-r--r-- | www/p5-CGI-FastTemplate/DESCR | 5 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/Makefile | 18 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/PLIST | 1 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-CGI-FastTemplate/DESCR b/www/p5-CGI-FastTemplate/DESCR new file mode 100644 index 00000000000..ecd72fde720 --- /dev/null +++ b/www/p5-CGI-FastTemplate/DESCR @@ -0,0 +1,5 @@ +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. The primary advantages +of CGI::FastTemplate over other template systems is speed and efficieny. diff --git a/www/p5-CGI-FastTemplate/Makefile b/www/p5-CGI-FastTemplate/Makefile new file mode 100644 index 00000000000..f90c3f22d45 --- /dev/null +++ b/www/p5-CGI-FastTemplate/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/12 09:17:08 jlam Exp $ + +DISTNAME= CGI-FastTemplate-1.09 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cgf +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= jlam@netbsd.org +COMMENT= perl5 extension for managing templates + +USE_PERL5= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/FastTemplate/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-FastTemplate/PLIST b/www/p5-CGI-FastTemplate/PLIST new file mode 100644 index 00000000000..359858378c4 --- /dev/null +++ b/www/p5-CGI-FastTemplate/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/12 09:17:08 jlam Exp $ diff --git a/www/p5-CGI-FastTemplate/distinfo b/www/p5-CGI-FastTemplate/distinfo new file mode 100644 index 00000000000..5c86c74e87e --- /dev/null +++ b/www/p5-CGI-FastTemplate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/12 09:17:08 jlam Exp $ + +SHA1 (CGI-FastTemplate-1.09.tar.gz) = 06e2d1b3eafe0bfb0dbbacd3249151475f903b7c +Size (CGI-FastTemplate-1.09.tar.gz) = 13635 bytes |