summaryrefslogtreecommitdiff
path: root/www/p5-CGI-FastTemplate
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-02-27 08:02:33 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-02-27 08:02:33 +0000
commitedb1e79904ff7749a0c8db6b5251e9e6f2a8663c (patch)
treefa5178c5ecf53d54ecb536ad1e5ad8e7611cf089 /www/p5-CGI-FastTemplate
parentLunchboxify by upgrading to lua 3.2.2 (distfile had the same name), and (diff)
Perl module for manage templates and parse templates.
Notes
Notes: svn path=/head/; revision=26334
Diffstat (limited to 'www/p5-CGI-FastTemplate')
-rw-r--r--www/p5-CGI-FastTemplate/Makefile25
-rw-r--r--www/p5-CGI-FastTemplate/distinfo1
-rw-r--r--www/p5-CGI-FastTemplate/pkg-comment1
-rw-r--r--www/p5-CGI-FastTemplate/pkg-descr4
-rw-r--r--www/p5-CGI-FastTemplate/pkg-plist3
5 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-CGI-FastTemplate/Makefile b/www/p5-CGI-FastTemplate/Makefile
new file mode 100644
index 000000000000..581c1e82e4b3
--- /dev/null
+++ b/www/p5-CGI-FastTemplate/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-CGI-FastTemplate
+# Version required: 1.09
+# Date created: 27 Feb 2000
+# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
+#
+# $FreeBSD$
+#
+
+DISTNAME= CGI-FastTemplate-1.09
+PKGNAME= p5-CGI-FastTemplate-1.09
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= CGI
+
+MAINTAINER= jfitz@FreeBSD.org
+
+USE_PERL5= YES
+
+MAN3= CGI::FastTemplate.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>
diff --git a/www/p5-CGI-FastTemplate/distinfo b/www/p5-CGI-FastTemplate/distinfo
new file mode 100644
index 000000000000..f4dc99711274
--- /dev/null
+++ b/www/p5-CGI-FastTemplate/distinfo
@@ -0,0 +1 @@
+MD5 (CGI-FastTemplate-1.09.tar.gz) = c5fe8ead04c525c8d5633c9453af802f
diff --git a/www/p5-CGI-FastTemplate/pkg-comment b/www/p5-CGI-FastTemplate/pkg-comment
new file mode 100644
index 000000000000..80fdc7734e13
--- /dev/null
+++ b/www/p5-CGI-FastTemplate/pkg-comment
@@ -0,0 +1 @@
+Perl module for manage templates and parses templates.
diff --git a/www/p5-CGI-FastTemplate/pkg-descr b/www/p5-CGI-FastTemplate/pkg-descr
new file mode 100644
index 000000000000..6a116ffb28d4
--- /dev/null
+++ b/www/p5-CGI-FastTemplate/pkg-descr
@@ -0,0 +1,4 @@
+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.
diff --git a/www/p5-CGI-FastTemplate/pkg-plist b/www/p5-CGI-FastTemplate/pkg-plist
new file mode 100644
index 000000000000..799977720f25
--- /dev/null
+++ b/www/p5-CGI-FastTemplate/pkg-plist
@@ -0,0 +1,3 @@
+lib/perl5/site_perl/%%PERL_VER%%/CGI/FastTemplate.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/FastTemplate/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/FastTemplate