diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-10-04 13:41:23 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-10-04 13:41:23 +0000 |
commit | 9ff22fa34d54adde1ceef17017f0720b2711e75f (patch) | |
tree | f2c26a5318d47232f82e2ef82791e1f68fdff9a5 /www/p5-HTML-Template-Compiled/Makefile | |
parent | 15069e760844f95eb32f4baddcefb0ceb8864f14 (diff) | |
download | ports-9ff22fa34d54adde1ceef17017f0720b2711e75f.tar.gz ports-9ff22fa34d54adde1ceef17017f0720b2711e75f.zip |
Notes
Diffstat (limited to 'www/p5-HTML-Template-Compiled/Makefile')
-rw-r--r-- | www/p5-HTML-Template-Compiled/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile index 61833c231a6a..171e036f2b16 100644 --- a/www/p5-HTML-Template-Compiled/Makefile +++ b/www/p5-HTML-Template-Compiled/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-Template-Compiled -PORTVERSION= 0.43 +PORTVERSION= 0.52 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTML @@ -24,7 +24,9 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= HTML::Template::Compiled.3 +MAN3= HTML::Template::Compiled.3 \ + HTML::Template::Compiled::Filter.3 \ + HTML::Template::Compiled::Utils.3 .include <bsd.port.pre.mk> @@ -34,6 +36,7 @@ post-patch: -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 .endif |