diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-09 02:44:45 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-12-09 02:44:45 +0000 |
commit | dead0c7138a123d7a9dd763dfd417e958e36f889 (patch) | |
tree | f33d7c8c3eac6aeb5b9e7fa46e62f60e1985ae2c /www/p5-CGI-Application-Plugin-TT | |
parent | 8b165e0270763dfd8694cab365d7e87843b716a7 (diff) | |
download | ports-dead0c7138a123d7a9dd763dfd417e958e36f889.tar.gz ports-dead0c7138a123d7a9dd763dfd417e958e36f889.zip |
Notes
Diffstat (limited to 'www/p5-CGI-Application-Plugin-TT')
-rw-r--r-- | www/p5-CGI-Application-Plugin-TT/Makefile | 33 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-TT/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-TT/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-CGI-Application-Plugin-TT/pkg-plist | 4 |
4 files changed, 50 insertions, 0 deletions
diff --git a/www/p5-CGI-Application-Plugin-TT/Makefile b/www/p5-CGI-Application-Plugin-TT/Makefile new file mode 100644 index 000000000000..5dead6cf788a --- /dev/null +++ b/www/p5-CGI-Application-Plugin-TT/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: www/p5-CGI-Application-Plugin-TT +# Date created: 15 September 2005 +# Whom: George Hartzell <hartzell@alerce.com> +# +# $FreeBSD$ +# + +PORTNAME= CGI-Application-Plugin-TT +PORTVERSION= 1.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI +PKGNAMEPREFIX= p5- + +MAINTAINER= hartzell@alerce.com +COMMENT= Add Template Toolkit support to CGI::Application + +BUILD_DEPENDS= ${SITE_PERL}/CGI/Application.pm:${PORTSDIR}/www/p5-CGI-Application \ + ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \ + ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + ${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \ + ${SITE_PERL}/CGI/Application/Plugin/DevPopup.pm:${PORTSDIR}/www/p5-CGI-Application-Plugin-DevPopup +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= CGI::Application::Plugin::TT.3 + +.include <bsd.port.pre.mk> +.if ${PERL_LEVEL} < 500800 +IGNORE= requires Perl 5.8 or newer. Install lang/perl5.8, and try again +.endif +.include <bsd.port.post.mk> diff --git a/www/p5-CGI-Application-Plugin-TT/distinfo b/www/p5-CGI-Application-Plugin-TT/distinfo new file mode 100644 index 000000000000..847cbeb975e6 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-TT/distinfo @@ -0,0 +1,3 @@ +MD5 (CGI-Application-Plugin-TT-1.03.tar.gz) = d16e63e3902c0e21e646a3b6185947b2 +SHA256 (CGI-Application-Plugin-TT-1.03.tar.gz) = 9c7255b9e6fbd0d4dc8044b59c4b1cdf5dfd16399bb15eaf546fca0bf3eb76df +SIZE (CGI-Application-Plugin-TT-1.03.tar.gz) = 13569 diff --git a/www/p5-CGI-Application-Plugin-TT/pkg-descr b/www/p5-CGI-Application-Plugin-TT/pkg-descr new file mode 100644 index 000000000000..6df93f1fa71f --- /dev/null +++ b/www/p5-CGI-Application-Plugin-TT/pkg-descr @@ -0,0 +1,10 @@ +CGI::Application::Plugin::TT adds support for the popular Template +Toolkit engine to your CGI::Application modules by providing several +helper methods that allow you to process template files from within +your runmodes. + +It compliments the support for HTML::Template that is built into +CGI::Application through the load_tmpl method. It also provides a few +extra features than just the ability to load a template. + +WWW: http://search.cpan.org/dist/CGI-Application-Plugin-TT/ diff --git a/www/p5-CGI-Application-Plugin-TT/pkg-plist b/www/p5-CGI-Application-Plugin-TT/pkg-plist new file mode 100644 index 000000000000..fb35913e0a22 --- /dev/null +++ b/www/p5-CGI-Application-Plugin-TT/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/CGI/Application/Plugin/TT.pm +@dirrmtry %%SITE_PERL%%/CGI/Application/Plugin +@dirrmtry %%SITE_PERL%%/CGI/Application +@dirrmtry %%SITE_PERL%%/CGI |