mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- ungrade to 0.04, fix plist, and unbreak this port
This commit is contained in:
parent
22fab81c25
commit
186e54be81
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130782
@ -6,20 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= Template-Plugin-Comma
|
||||
PORTVERSION= 0.03
|
||||
PORTVERSION= 0.04
|
||||
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
|
||||
COMMENT= TT Plugin to commify numbers
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Template::Plugin::Comma.3
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Template-Plugin-Comma-0.03.tar.gz) = 7f0797adb4235367ec3c89c2341d1136
|
||||
SIZE (Template-Plugin-Comma-0.03.tar.gz) = 1755
|
||||
MD5 (Template-Plugin-Comma-0.04.tar.gz) = 20f83a2d58d067e06ffc3def604c1422
|
||||
SIZE (Template-Plugin-Comma-0.04.tar.gz) = 2281
|
||||
|
@ -2,4 +2,4 @@ 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
|
||||
WWW: http://search.cpan.org/dist/Template-Plugin-Comma/
|
||||
|
@ -1,4 +1,6 @@
|
||||
%%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%%/%%PERL_ARCH%%/auto/Template/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Template/Plugin 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Template 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user