diff options
author | Lars Thegler <lth@FreeBSD.org> | 2007-12-12 09:55:06 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2007-12-12 09:55:06 +0000 |
commit | 0241cce15021c69db2bcd5cc6b3cbffaec60a07c (patch) | |
tree | 8905d0ca842dbd65e4113525fb34a9188b85080f /www/p5-Template-Plugin-FillInForm | |
parent | 0dabb99c025ab2cceb53169fddec3b2ba24a81da (diff) |
Notes
Diffstat (limited to 'www/p5-Template-Plugin-FillInForm')
-rw-r--r-- | www/p5-Template-Plugin-FillInForm/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Template-Plugin-FillInForm/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Template-Plugin-FillInForm/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Template-Plugin-FillInForm/pkg-plist | 7 |
4 files changed, 40 insertions, 0 deletions
diff --git a/www/p5-Template-Plugin-FillInForm/Makefile b/www/p5-Template-Plugin-FillInForm/Makefile new file mode 100644 index 000000000000..454efccf24d4 --- /dev/null +++ b/www/p5-Template-Plugin-FillInForm/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: www/p5-Template-Plugin-FillInForm +# Date created: 07 November 2007 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Template-Plugin-FillInForm +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Template +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Template::Plugin::FillInForm - TT plugin for HTML::FillInForm + +RUN_DEPENDS= ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm \ + ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Template::Plugin::FillInForm.3 + +.include <bsd.port.mk> diff --git a/www/p5-Template-Plugin-FillInForm/distinfo b/www/p5-Template-Plugin-FillInForm/distinfo new file mode 100644 index 000000000000..ca9ed86f5df0 --- /dev/null +++ b/www/p5-Template-Plugin-FillInForm/distinfo @@ -0,0 +1,3 @@ +MD5 (Template-Plugin-FillInForm-0.04.tar.gz) = cdbf83ad7428877585c8f3abc5c0542b +SHA256 (Template-Plugin-FillInForm-0.04.tar.gz) = adb4b9671464655f4701f706d535f61eea3a5f51a48793aebbfedd3a299899f3 +SIZE (Template-Plugin-FillInForm-0.04.tar.gz) = 2179 diff --git a/www/p5-Template-Plugin-FillInForm/pkg-descr b/www/p5-Template-Plugin-FillInForm/pkg-descr new file mode 100644 index 000000000000..e180f923e9c8 --- /dev/null +++ b/www/p5-Template-Plugin-FillInForm/pkg-descr @@ -0,0 +1,4 @@ +Template::Plugin::FillInForm is a plugin for TT, which allows you +to make your HTML form sticky using HTML::FillInForm. + +WWW: http://search.cpan.org/dist/Template-Plugin-FillInForm diff --git a/www/p5-Template-Plugin-FillInForm/pkg-plist b/www/p5-Template-Plugin-FillInForm/pkg-plist new file mode 100644 index 000000000000..4a5787e7480d --- /dev/null +++ b/www/p5-Template-Plugin-FillInForm/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Template/Plugin/FillInForm.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/FillInForm/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/FillInForm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template +@dirrmtry %%SITE_PERL%%/Template/Plugin +@dirrmtry %%SITE_PERL%%/Template |