aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-05-27 14:19:16 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-05-27 14:19:16 +0000
commit9afd4d72cd7acb210d232626d5e0e6bb43e4ccf9 (patch)
treeda3f8848125909c51a210e5484b78a93d0939d28 /textproc/p5-XML-LibXML/Makefile
parentd289bd6d26c69a15eb2eecd8362cc243fe528434 (diff)
downloadports-9afd4d72cd7acb210d232626d5e0e6bb43e4ccf9.tar.gz
ports-9afd4d72cd7acb210d232626d5e0e6bb43e4ccf9.zip
Notes
Diffstat (limited to 'textproc/p5-XML-LibXML/Makefile')
-rw-r--r--textproc/p5-XML-LibXML/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index 388dfefa8ccf..cdca71c95a54 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= XML-LibXML
-PORTVERSION= 1.62001
+PORTVERSION= 1.63000
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/0+$//}
MAINTAINER= skv@FreeBSD.org
COMMENT= Interface to Gnome libxml2 library
@@ -45,10 +46,4 @@ MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \
post-install:
@PKG_PREFIX=${PREFIX} ${PERL} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.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>
+.include <bsd.port.mk>