diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-02-12 14:53:15 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-02-12 14:53:15 +0000 |
commit | eb2cf36b1de5abff7e3e81d3e7bbb69c769069ed (patch) | |
tree | 63babc6223501f5e6f774205581ab0ce077e666b /www/p5-Any-Template | |
parent | - Update to 2.1.3 (diff) |
Provide a consistent interface to a wide array of templating languages
WWW: http://search.cpan.org/dist/Any-Template/
Notes
Notes:
svn path=/head/; revision=291041
Diffstat (limited to 'www/p5-Any-Template')
-rw-r--r-- | www/p5-Any-Template/Makefile | 29 | ||||
-rw-r--r-- | www/p5-Any-Template/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Any-Template/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Any-Template/pkg-plist | 14 |
4 files changed, 48 insertions, 0 deletions
diff --git a/www/p5-Any-Template/Makefile b/www/p5-Any-Template/Makefile new file mode 100644 index 000000000000..24040fe9f116 --- /dev/null +++ b/www/p5-Any-Template/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: p5-Any-Template +# Date created: 2012-02-12 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Any-Template +PORTVERSION= 1.015 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Provide a consistent interface to a wide array of templating languages + +BUILD_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace +RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace +TEST_DEPENDS= p5-Test-Assertions>0:${PORTSDIR}/devel/p5-Test-Assertions + +PERL_CONFIGURE= yes + +MAN3= Any::Template.3 Any::Template::Backend.3 \ + Any::Template::Backend::HTML::Template.3 \ + Any::Template::Backend::TemplateToolkit.3 \ + Any::Template::Backend::Text::MicroMason.3 \ + Any::Template::Backend::Text::Template.3 + +.include <bsd.port.mk> diff --git a/www/p5-Any-Template/distinfo b/www/p5-Any-Template/distinfo new file mode 100644 index 000000000000..5b56e9a68c4c --- /dev/null +++ b/www/p5-Any-Template/distinfo @@ -0,0 +1,2 @@ +SHA256 (Any-Template-1.015.tar.gz) = 98383627636556cc91bae378b64e3c55c7ff8ee3616eabd3f024f4fc182385c2 +SIZE (Any-Template-1.015.tar.gz) = 16838 diff --git a/www/p5-Any-Template/pkg-descr b/www/p5-Any-Template/pkg-descr new file mode 100644 index 000000000000..9c49fdfcafd0 --- /dev/null +++ b/www/p5-Any-Template/pkg-descr @@ -0,0 +1,3 @@ +Provide a consistent interface to a wide array of templating languages + +WWW: http://search.cpan.org/dist/Any-Template/ diff --git a/www/p5-Any-Template/pkg-plist b/www/p5-Any-Template/pkg-plist new file mode 100644 index 000000000000..e71d0b67a9d5 --- /dev/null +++ b/www/p5-Any-Template/pkg-plist @@ -0,0 +1,14 @@ +%%SITE_PERL%%/Any/Template/Backend/HTML/Template.pm +%%SITE_PERL%%/Any/Template/Backend/Text/MicroMason.pm +%%SITE_PERL%%/Any/Template/Backend/Text/Template.pm +%%SITE_PERL%%/Any/Template/Backend/TemplateToolkit.pm +%%SITE_PERL%%/Any/Template/Backend.pm +%%SITE_PERL%%/Any/Template.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Template/.packlist +@dirrmtry %%SITE_PERL%%/Any/Template/Backend/HTML +@dirrmtry %%SITE_PERL%%/Any/Template/Backend/Text +@dirrmtry %%SITE_PERL%%/Any/Template/Backend +@dirrmtry %%SITE_PERL%%/Any/Template +@dirrmtry %%SITE_PERL%%/Any +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Any |