diff options
author | tobez <tobez@FreeBSD.org> | 2004-05-13 16:45:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-05-13 16:45:46 +0800 |
commit | d75d2e969f0f8e2b211ba749903366e30fd2ee97 (patch) | |
tree | 2a90c723d0534803b9c25767f61e88a9195564ce /textproc/p5-XML-Dumper | |
parent | 2bf147919cbc3fbcc3cdff1aa4643f967b7ed719 (diff) | |
download | freebsd-ports-gnome-d75d2e969f0f8e2b211ba749903366e30fd2ee97.tar.gz freebsd-ports-gnome-d75d2e969f0f8e2b211ba749903366e30fd2ee97.tar.zst freebsd-ports-gnome-d75d2e969f0f8e2b211ba749903366e30fd2ee97.zip |
1. Update to 0.71.
2. Mark is as not working with old perl.
3. Maintainer -> perl.
PR: 64182 [1]
Submitted by: "Andrew J. Caines" <A.J.Caines@halplant.com> [1]
Diffstat (limited to 'textproc/p5-XML-Dumper')
-rw-r--r-- | textproc/p5-XML-Dumper/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-Dumper/distinfo | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/textproc/p5-XML-Dumper/Makefile b/textproc/p5-XML-Dumper/Makefile index 3293580f01a7..4beb6309065c 100644 --- a/textproc/p5-XML-Dumper/Makefile +++ b/textproc/p5-XML-Dumper/Makefile @@ -6,13 +6,13 @@ # PORTNAME= XML-Dumper -PORTVERSION= 0.4 +PORTVERSION= 0.71 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= tobez@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for dumping Perl objects from/to XML BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= XML::Dumper.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-XML-Dumper/distinfo b/textproc/p5-XML-Dumper/distinfo index eed562dbff97..9e2e2d771dfc 100644 --- a/textproc/p5-XML-Dumper/distinfo +++ b/textproc/p5-XML-Dumper/distinfo @@ -1,2 +1,2 @@ -MD5 (XML-Dumper-0.4.tar.gz) = 923aa94b232bcff813cba8e9e1b7744c -SIZE (XML-Dumper-0.4.tar.gz) = 4732 +MD5 (XML-Dumper-0.71.tar.gz) = be0ea42c72bb9152fc33005faa492392 +SIZE (XML-Dumper-0.71.tar.gz) = 14829 |