diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2004-05-13 08:45:46 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2004-05-13 08:45:46 +0000 |
commit | dd773b22a835ef07d2894245ee927440cd0ea63d (patch) | |
tree | c77df759b99d7983d2382c249e54b1544cb8fd18 /textproc/p5-XML-Dumper/Makefile | |
parent | aee61b5a05bb5b997be89e11ab3d4e172315ac4f (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Dumper/Makefile')
-rw-r--r-- | textproc/p5-XML-Dumper/Makefile | 12 |
1 files changed, 9 insertions, 3 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> |