From eb2cf36b1de5abff7e3e81d3e7bbb69c769069ed Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 12 Feb 2012 14:53:15 +0000 Subject: Provide a consistent interface to a wide array of templating languages WWW: http://search.cpan.org/dist/Any-Template/ --- www/p5-Any-Template/Makefile | 29 +++++++++++++++++++++++++++++ www/p5-Any-Template/distinfo | 2 ++ www/p5-Any-Template/pkg-descr | 3 +++ www/p5-Any-Template/pkg-plist | 14 ++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 www/p5-Any-Template/Makefile create mode 100644 www/p5-Any-Template/distinfo create mode 100644 www/p5-Any-Template/pkg-descr create mode 100644 www/p5-Any-Template/pkg-plist (limited to 'www/p5-Any-Template') 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 +# +# $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 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 -- cgit v1.2.3