diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2006-04-12 13:08:01 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2006-04-12 13:08:01 +0000 |
commit | 3ed4c5223f67e253c8dc19b751a99430bbc01ca7 (patch) | |
tree | 910e27cd194bc7a5de987bfdb74cb2985574f705 /textproc/p5-dTemplate | |
parent | 3a2ac39b8d0066b871736a4efcb5b245c16cc98a (diff) | |
download | ports-3ed4c5223f67e253c8dc19b751a99430bbc01ca7.tar.gz ports-3ed4c5223f67e253c8dc19b751a99430bbc01ca7.zip |
Notes
Diffstat (limited to 'textproc/p5-dTemplate')
-rw-r--r-- | textproc/p5-dTemplate/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-dTemplate/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-dTemplate/pkg-plist | 5 |
3 files changed, 16 insertions, 7 deletions
diff --git a/textproc/p5-dTemplate/Makefile b/textproc/p5-dTemplate/Makefile index df5c81e973c0..2424ee3c3e76 100644 --- a/textproc/p5-dTemplate/Makefile +++ b/textproc/p5-dTemplate/Makefile @@ -5,17 +5,23 @@ # $FreeBSD$ PORTNAME= dTemplate -PORTVERSION= 2.0 +PORTVERSION= 2.4 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= dTemplate PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A powerful template handling logic with advanced features PERL_CONFIGURE= yes MAN3= dTemplate.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-dTemplate/distinfo b/textproc/p5-dTemplate/distinfo index e02069be73b4..2366763aecd0 100644 --- a/textproc/p5-dTemplate/distinfo +++ b/textproc/p5-dTemplate/distinfo @@ -1,3 +1,3 @@ -MD5 (dTemplate-2.0.tar.gz) = da6fdf7275bb3f582b6f3d57751459f9 -SHA256 (dTemplate-2.0.tar.gz) = 532aff72a04a0e7cc923378abdd066bee321959da4ffa2e27751f34bb7d73bca -SIZE (dTemplate-2.0.tar.gz) = 8083 +MD5 (dTemplate-2.4.tar.gz) = 145045844568906c53ad689e50272546 +SHA256 (dTemplate-2.4.tar.gz) = 59541d73850cf9c8d8e956ba87d612e2faf901c96940cee453b28a0c5848c20c +SIZE (dTemplate-2.4.tar.gz) = 21081 diff --git a/textproc/p5-dTemplate/pkg-plist b/textproc/p5-dTemplate/pkg-plist index 1f398b0b6464..4220a5f840a4 100644 --- a/textproc/p5-dTemplate/pkg-plist +++ b/textproc/p5-dTemplate/pkg-plist @@ -1,3 +1,6 @@ -%%SITE_PERL%%/dTemplate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/dTemplate/dTemplate.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/dTemplate/dTemplate.bs +%%SITE_PERL%%/%%PERL_ARCH%%/dTemplate.pod +%%SITE_PERL%%/%%PERL_ARCH%%/dTemplate.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/dTemplate/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/dTemplate |