mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 1.001.
Changes: http://search.cpan.org/dist/HTML-Template-Compiled/Changes
This commit is contained in:
parent
d8c2e5cba5
commit
ee30aca77b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317484
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTML-Template-Compiled
|
||||
PORTVERSION= 1.000
|
||||
PORTVERSION= 1.001
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -13,8 +13,7 @@ COMMENT= Templating system that compiles HTML::Template files to Perl code
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Data-TreeDumper-Renderer-DHTML>=0:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
@ -33,8 +32,6 @@ MAN3= HTML::Template::Compiled.3 \
|
||||
HTML::Template::Compiled::Formatter.3 \
|
||||
HTML::Template::Compiled::Lazy.3 \
|
||||
HTML::Template::Compiled::Parser.3 \
|
||||
HTML::Template::Compiled::Plugin::DHTML.3 \
|
||||
HTML::Template::Compiled::Plugin::NumberFormat.3 \
|
||||
HTML::Template::Compiled::Plugin::XMLEscape.3 \
|
||||
HTML::Template::Compiled::Reference.3 \
|
||||
HTML::Template::Compiled::Token.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-Template-Compiled-1.000.tar.gz) = c3c89df609bd9c440665b5ee9223fc489f6a2d3758cc99c0c55feaab84aa38dd
|
||||
SIZE (HTML-Template-Compiled-1.000.tar.gz) = 133616
|
||||
SHA256 (HTML-Template-Compiled-1.001.tar.gz) = c9befcd9349778bee99443148efef7441ea52ba7efa7ce64faf76b453993d50b
|
||||
SIZE (HTML-Template-Compiled-1.001.tar.gz) = 131540
|
||||
|
@ -10,8 +10,6 @@
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Formatter.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Lazy.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Parser.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/DHTML.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/NumberFormat.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/XMLEscape.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Reference.pod
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Token.pm
|
||||
|
Loading…
Reference in New Issue
Block a user