diff options
author | swills <swills@FreeBSD.org> | 2012-02-12 22:53:15 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-12 22:53:15 +0800 |
commit | aaa3288d22ee1b787b46a1552e292f907b1d87d7 (patch) | |
tree | ee3d81a8788768204b5e83308b1ca92025fcc9db /www | |
parent | 2de1ae6d25f0282c81125adf137d12c8a872579c (diff) | |
download | freebsd-ports-gnome-aaa3288d22ee1b787b46a1552e292f907b1d87d7.tar.gz freebsd-ports-gnome-aaa3288d22ee1b787b46a1552e292f907b1d87d7.tar.zst freebsd-ports-gnome-aaa3288d22ee1b787b46a1552e292f907b1d87d7.zip |
Provide a consistent interface to a wide array of templating languages
WWW: http://search.cpan.org/dist/Any-Template/
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5ab98169d739..a437e5991024 100644 --- a/www/Makefile +++ b/www/Makefile @@ -551,6 +551,7 @@ SUBDIR += owncloud SUBDIR += p5-AMF-Perl SUBDIR += p5-Acme-Monta + SUBDIR += p5-Any-Template SUBDIR += p5-AnyEvent-HTTP SUBDIR += p5-AnyEvent-HTTPD SUBDIR += p5-AnyEvent-Mojo 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 |