diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-MicroTemplate/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-MicroTemplate/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-MicroTemplate/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-MicroTemplate/pkg-plist | 8 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 56d01303eb68..82bba7d56302 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -682,6 +682,7 @@ SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Markdown SUBDIR += p5-Text-Metaphone + SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MultiMarkdown SUBDIR += p5-Text-NSP SUBDIR += p5-Text-NeatTemplate diff --git a/textproc/p5-Text-MicroTemplate/Makefile b/textproc/p5-Text-MicroTemplate/Makefile new file mode 100644 index 000000000000..e9b75189f3be --- /dev/null +++ b/textproc/p5-Text-MicroTemplate/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Text::MicroTemplate +# Date created: 02 Apr 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-MicroTemplate +PORTVERSION= 0.11 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for standalone, fast and intelligent template engine + +PERL_CONFIGURE= yes + +MAN3= Text::MicroTemplate.3 \ + Text::MicroTemplate::File.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-MicroTemplate/distinfo b/textproc/p5-Text-MicroTemplate/distinfo new file mode 100644 index 000000000000..9c7f93e23008 --- /dev/null +++ b/textproc/p5-Text-MicroTemplate/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-MicroTemplate-0.11.tar.gz) = 8f3f227f22a475fb2af04643a9d6219c +SHA256 (Text-MicroTemplate-0.11.tar.gz) = cffa2ca4cdde40c8bd8b1d173652f4f96dc34e51364d9d841b8120f1b3c01fb9 +SIZE (Text-MicroTemplate-0.11.tar.gz) = 60344 diff --git a/textproc/p5-Text-MicroTemplate/pkg-descr b/textproc/p5-Text-MicroTemplate/pkg-descr new file mode 100644 index 000000000000..6cf994262bf8 --- /dev/null +++ b/textproc/p5-Text-MicroTemplate/pkg-descr @@ -0,0 +1,4 @@ +Text::MicroTemplate is a standalone, fast, intelligent, extensible +template engine. + +WWW: http://search.cpan.org/dist/Text-MicroTemplate/ diff --git a/textproc/p5-Text-MicroTemplate/pkg-plist b/textproc/p5-Text-MicroTemplate/pkg-plist new file mode 100644 index 000000000000..5b0487e18864 --- /dev/null +++ b/textproc/p5-Text-MicroTemplate/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/.packlist +%%SITE_PERL%%/Text/MicroTemplate.pm +%%SITE_PERL%%/Text/MicroTemplate/EncodedString.pm +%%SITE_PERL%%/Text/MicroTemplate/File.pm +@dirrm %%SITE_PERL%%/Text/MicroTemplate +@dirrmtry %%SITE_PERL%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |