diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-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 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 0c0b16300d53..840fca2601ec 100644 --- a/www/Makefile +++ b/www/Makefile @@ -387,6 +387,7 @@ SUBDIR += p5-Sledge-Plugin-XSLT SUBDIR += p5-Sledge-SessionManager-CookieStore SUBDIR += p5-Sledge-Template-Expr + SUBDIR += p5-Template-Plugin-Comma SUBDIR += p5-Template-Toolkit SUBDIR += p5-URI-Sequin SUBDIR += p5-WWW-Automate 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 |