diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-19 04:29:55 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-08-19 04:29:55 +0000 |
commit | aea69acd685bab094e2e96a9c732324c85a985eb (patch) | |
tree | 68563709b8bbd5310a88a2ee45c925d011c8d022 /www/p5-Template-Plugin-Comma | |
parent | 285fdd95a15212b7fc409a6ca17b0ade5a0f2cd4 (diff) | |
download | ports-aea69acd685bab094e2e96a9c732324c85a985eb.tar.gz ports-aea69acd685bab094e2e96a9c732324c85a985eb.zip |
Notes
Diffstat (limited to 'www/p5-Template-Plugin-Comma')
-rw-r--r-- | www/p5-Template-Plugin-Comma/Makefile | 26 | ||||
-rw-r--r-- | www/p5-Template-Plugin-Comma/distinfo | 1 | ||||
-rw-r--r-- | www/p5-Template-Plugin-Comma/pkg-descr | 5 | ||||
-rw-r--r-- | www/p5-Template-Plugin-Comma/pkg-plist | 4 |
4 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Template-Plugin-Comma/Makefile b/www/p5-Template-Plugin-Comma/Makefile new file mode 100644 index 000000000000..fcff11c70ab3 --- /dev/null +++ b/www/p5-Template-Plugin-Comma/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Template-Plugin-Comma +# Date created: 19 August 2003 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= Template-Plugin-Comma +PORTVERSION= 0.03 +CATEGORIES= www textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Template +PKGNAMEPREFIX= p5- + +MAINTAINER= knu@FreeBSD.org +COMMENT= Template::Plugin::Comma - TT Plugin to commify numbers + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Template::Plugin::Comma.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/www/p5-Template-Plugin-Comma/distinfo b/www/p5-Template-Plugin-Comma/distinfo new file mode 100644 index 000000000000..4eb7347cf161 --- /dev/null +++ b/www/p5-Template-Plugin-Comma/distinfo @@ -0,0 +1 @@ +MD5 (Template-Plugin-Comma-0.03.tar.gz) = 7f0797adb4235367ec3c89c2341d1136 diff --git a/www/p5-Template-Plugin-Comma/pkg-descr b/www/p5-Template-Plugin-Comma/pkg-descr new file mode 100644 index 000000000000..295149edd2f4 --- /dev/null +++ b/www/p5-Template-Plugin-Comma/pkg-descr @@ -0,0 +1,5 @@ +Template::Plugin::Comma is a plugin for TT, which allows you to +commify your numbers in templates. This would be especially useful +for prices. + +WWW: http://search.cpan.org/search?dist=Template-Plugin-Comma diff --git a/www/p5-Template-Plugin-Comma/pkg-plist b/www/p5-Template-Plugin-Comma/pkg-plist new file mode 100644 index 000000000000..3b5c23e2a523 --- /dev/null +++ b/www/p5-Template-Plugin-Comma/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Comma/.packlist +%%SITE_PERL%%/Template/Plugin/Comma.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Plugin/Comma +@unexec rmdir %D/%%SITE_PERL%%/Template/Plugin 2>/dev/null || true |