diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2007-12-20 11:51:09 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2007-12-20 11:51:09 +0000 |
commit | edc24d5780ccfd3d050c8cac286e11b1517ec811 (patch) | |
tree | 26538d64cf429b569abdc4ec8eab01d3c9ea83f0 /textproc/p5-Template-Declare | |
parent | cef1712ca8de69591d422906e0f455e8ee60b6a1 (diff) |
Notes
Diffstat (limited to 'textproc/p5-Template-Declare')
-rw-r--r-- | textproc/p5-Template-Declare/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Template-Declare/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Template-Declare/pkg-plist | 13 |
3 files changed, 23 insertions, 9 deletions
diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile index 90cb058d865f..ec1e4e27510b 100644 --- a/textproc/p5-Template-Declare/Makefile +++ b/textproc/p5-Template-Declare/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Template-Declare -PORTVERSION= 0.21 +PORTVERSION= 0.27 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Template @@ -18,12 +18,19 @@ COMMENT= Perlish declarative templates BUILD_DEPENDS= ${SITE_PERL}/Test/Warn.pm:${PORTSDIR}/devel/p5-Test-Warn \ ${SITE_PERL}/Class/Data/Inheritable.pm:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ - ${SITE_PERL}/HTML/Lint.pm:${PORTSDIR}/www/p5-HTML-Lint + ${SITE_PERL}/HTML/Lint.pm:${PORTSDIR}/www/p5-HTML-Lint \ + p5-Class-ISA>0:${PORTSDIR}/devel/p5-Class-ISA RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Template::Declare.3 \ + Template::Declare::Buffer.3 \ + Template::Declare::TagSet.3 \ + Template::Declare::TagSet::HTML.3 \ + Template::Declare::TagSet::RDF.3 \ + Template::Declare::TagSet::RDF::EM.3 \ + Template::Declare::TagSet::XUL.3 \ Template::Declare::Tags.3 .include <bsd.port.mk> diff --git a/textproc/p5-Template-Declare/distinfo b/textproc/p5-Template-Declare/distinfo index 6d0d86f24082..e6b358eba901 100644 --- a/textproc/p5-Template-Declare/distinfo +++ b/textproc/p5-Template-Declare/distinfo @@ -1,3 +1,3 @@ -MD5 (Template-Declare-0.21.tar.gz) = 98b44e9a3c74ecde1ba5e0253e5530dd -SHA256 (Template-Declare-0.21.tar.gz) = 304c072c8c79da791b8b3f99f4999cbd12f61631178c648da48ba55ed3f53496 -SIZE (Template-Declare-0.21.tar.gz) = 32674 +MD5 (Template-Declare-0.27.tar.gz) = b132a39dc9324f9e2729aacf50311e93 +SHA256 (Template-Declare-0.27.tar.gz) = ac95d67caf30363bd478db7c3c6f9e66a2fb413a03a7b6ace2381ff88322a3fd +SIZE (Template-Declare-0.27.tar.gz) = 49657 diff --git a/textproc/p5-Template-Declare/pkg-plist b/textproc/p5-Template-Declare/pkg-plist index 0df24587b688..be6a1b5b331d 100644 --- a/textproc/p5-Template-Declare/pkg-plist +++ b/textproc/p5-Template-Declare/pkg-plist @@ -1,8 +1,15 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Declare/.packlist %%SITE_PERL%%/Template/Declare.pm %%SITE_PERL%%/Template/Declare/Buffer.pm +%%SITE_PERL%%/Template/Declare/TagSet.pm +%%SITE_PERL%%/Template/Declare/TagSet/HTML.pm +%%SITE_PERL%%/Template/Declare/TagSet/RDF.pm +%%SITE_PERL%%/Template/Declare/TagSet/RDF/EM.pm +%%SITE_PERL%%/Template/Declare/TagSet/XUL.pm %%SITE_PERL%%/Template/Declare/Tags.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Declare/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Declare -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template +@dirrmtry %%SITE_PERL%%/Template/Declare/TagSet/RDF +@dirrmtry %%SITE_PERL%%/Template/Declare/TagSet @dirrmtry %%SITE_PERL%%/Template/Declare @dirrmtry %%SITE_PERL%%/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Declare +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template |