mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add p5-Template-Plugin-Comma, a TT Plugin to commify numbers.
This commit is contained in:
parent
285fdd95a1
commit
aea69acd68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87253
@ -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
|
||||
|
26
www/p5-Template-Plugin-Comma/Makefile
Normal file
26
www/p5-Template-Plugin-Comma/Makefile
Normal file
@ -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>
|
1
www/p5-Template-Plugin-Comma/distinfo
Normal file
1
www/p5-Template-Plugin-Comma/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Template-Plugin-Comma-0.03.tar.gz) = 7f0797adb4235367ec3c89c2341d1136
|
5
www/p5-Template-Plugin-Comma/pkg-descr
Normal file
5
www/p5-Template-Plugin-Comma/pkg-descr
Normal file
@ -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
|
4
www/p5-Template-Plugin-Comma/pkg-plist
Normal file
4
www/p5-Template-Plugin-Comma/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user