diff options
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/p5-Text-SwiftTemplate/Makefile | 31 | ||||
| -rw-r--r-- | textproc/p5-Text-SwiftTemplate/distinfo | 3 | ||||
| -rw-r--r-- | textproc/p5-Text-SwiftTemplate/pkg-descr | 4 | ||||
| -rw-r--r-- | textproc/p5-Text-SwiftTemplate/pkg-plist | 3 |
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3911fd69fca2..e79556fdef67 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -523,6 +523,7 @@ SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTemplate SUBDIR += p5-Text-Striphigh + SUBDIR += p5-Text-SwiftTemplate SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap SUBDIR += p5-Text-TabularDisplay diff --git a/textproc/p5-Text-SwiftTemplate/Makefile b/textproc/p5-Text-SwiftTemplate/Makefile new file mode 100644 index 000000000000..cfd642560051 --- /dev/null +++ b/textproc/p5-Text-SwiftTemplate/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Text-SwiftTemplate +# Date created: 2006-08-20 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-SwiftTemplate +PORTVERSION= 0.0701 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= A fast, lightweight template engine + +PERL_MODBUILD= yes + +MAN3= Text::SwiftTemplate.3 + +post-patch: + ${CHMOD} u+w ${WRKSRC}/Makefile.PL + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Text-SwiftTemplate/distinfo b/textproc/p5-Text-SwiftTemplate/distinfo new file mode 100644 index 000000000000..c8b02d13476b --- /dev/null +++ b/textproc/p5-Text-SwiftTemplate/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-SwiftTemplate-0.0701.tar.gz) = 6fe535ac369e93d57a70bae8cbec5b88 +SHA256 (Text-SwiftTemplate-0.0701.tar.gz) = 15f96f0d3a36eca8d43c0ffd4970c25079a77942fba96b4f4a886282447cc839 +SIZE (Text-SwiftTemplate-0.0701.tar.gz) = 8237 diff --git a/textproc/p5-Text-SwiftTemplate/pkg-descr b/textproc/p5-Text-SwiftTemplate/pkg-descr new file mode 100644 index 000000000000..f9e4e276e128 --- /dev/null +++ b/textproc/p5-Text-SwiftTemplate/pkg-descr @@ -0,0 +1,4 @@ +This module provides a simple, lightweight but fast template engine, +for when you need speed rather than complex features. + +WWW: http://search.cpan.org/dist/Text-SwiftTemplate/ diff --git a/textproc/p5-Text-SwiftTemplate/pkg-plist b/textproc/p5-Text-SwiftTemplate/pkg-plist new file mode 100644 index 000000000000..7ad1a0b3719e --- /dev/null +++ b/textproc/p5-Text-SwiftTemplate/pkg-plist @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Text/SwiftTemplate.pm +@dirrmtry %%SITE_PERL%%/Text |
