diff options
author | vanilla <vanilla@FreeBSD.org> | 2000-02-27 16:02:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2000-02-27 16:02:33 +0800 |
commit | e543c4da2e417d39180e548aa023cfd2c83aa276 (patch) | |
tree | 00d349b3421f192f0068f0b4c145e335bb34844c /www/p5-CGI-FastTemplate | |
parent | a3f31a4e163427ee8b30ccb5461dbae77bc1cbfa (diff) | |
download | freebsd-ports-gnome-e543c4da2e417d39180e548aa023cfd2c83aa276.tar.gz freebsd-ports-gnome-e543c4da2e417d39180e548aa023cfd2c83aa276.tar.zst freebsd-ports-gnome-e543c4da2e417d39180e548aa023cfd2c83aa276.zip |
Perl module for manage templates and parse templates.
Diffstat (limited to 'www/p5-CGI-FastTemplate')
-rw-r--r-- | www/p5-CGI-FastTemplate/Makefile | 25 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/distinfo | 1 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-CGI-FastTemplate/pkg-plist | 3 |
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 |