diff options
author | tobez <tobez@FreeBSD.org> | 2006-04-12 21:08:01 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2006-04-12 21:08:01 +0800 |
commit | 6b90d3ecd09a9c950ed7b2a6d7a468b36cd5b115 (patch) | |
tree | cda4d9c051104c61e3d5c1410a98d68394a70064 | |
parent | 8c8df39c250e3683fddb44faecb4b47af8f731e9 (diff) | |
download | freebsd-ports-gnome-6b90d3ecd09a9c950ed7b2a6d7a468b36cd5b115.tar.gz freebsd-ports-gnome-6b90d3ecd09a9c950ed7b2a6d7a468b36cd5b115.tar.zst freebsd-ports-gnome-6b90d3ecd09a9c950ed7b2a6d7a468b36cd5b115.zip |
Update to 2.4. Assign maintainer to perl@. Require perl from ports.
-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 |