diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-27 14:44:33 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2005-12-27 14:44:33 +0000 |
commit | 2321f5139fb11064d5f2622e408cdb466298b5cc (patch) | |
tree | 8e58b6df8f72ff0ea8edde117448d1285ef384cb /www/p5-HTML-Template-Compiled | |
parent | ab1faf959fa1a2be3471aa4adc3b618dc14ce00a (diff) |
Notes
Diffstat (limited to 'www/p5-HTML-Template-Compiled')
-rw-r--r-- | www/p5-HTML-Template-Compiled/Makefile | 15 | ||||
-rw-r--r-- | www/p5-HTML-Template-Compiled/distinfo | 1 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index 2fb8a081bca9..8c8305f60648 100644 --- a/www/p5-HTML-Template-Compiled/Makefile +++ b/www/p5-HTML-Template-Compiled/Makefile @@ -7,19 +7,20 @@ PORTNAME= HTML-Template-Compiled PORTVERSION= 0.53 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML PKGNAMEPREFIX= p5- MAINTAINER= hideo@lastamericanempire.com -COMMENT= Templating system that HTML::Template files to Perl code +COMMENT= Templating system that compiles HTML::Template files to Perl code BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/Data/TreeDumper.pm:${PORTSDIR}/devel/p5-Data-TreeDumper \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI + ${SITE_PERL}/Data/TreeDumper/Renderer/DHTML.pm:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes @@ -31,13 +32,7 @@ MAN3= HTML::Template::Compiled.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -post-patch: - @${PERL} -pi -e 's/^our\s+(.VERSION.+)$$/$$1/o;' \ - -e '$$_ = "" if /(no|use) warnings/;' \ - ${WRKSRC}/lib/HTML/Template/Compiled.pm \ - ${WRKSRC}/lib/HTML/Template/Compiled/Utils.pm \ - ${WRKSRC}/lib/HTML/Template/Compiled/Filter.pm \ - ${WRKSRC}/lib/HTML/Template/Compiled/Plugin/DHTML.pm +IGNORE= requires perl 5.6.1 or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo index 83cde94ae8e5..12a2600a2815 100644 --- a/www/p5-HTML-Template-Compiled/distinfo +++ b/www/p5-HTML-Template-Compiled/distinfo @@ -1,2 +1,3 @@ MD5 (HTML-Template-Compiled-0.53.tar.gz) = 715c05062d041f76a0c7d0c4827dc3f6 +SHA256 (HTML-Template-Compiled-0.53.tar.gz) = db553ee82761ed2edc3941553a37087746481a5fa42979f01bca527accce2f7c SIZE (HTML-Template-Compiled-0.53.tar.gz) = 26998 |