diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-01-28 14:25:50 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-01-28 14:25:50 +0000 |
commit | 45b05cc80ae369104b37514519ba91a55a45e536 (patch) | |
tree | 161496c5e386a883591c98c213906b27cc84db72 /textproc/p5-XML-SimpleObject-LibXML/Makefile | |
parent | 4cc2f8ac07483c75f53da63728b83200c962500e (diff) | |
download | ports-45b05cc80ae369104b37514519ba91a55a45e536.tar.gz ports-45b05cc80ae369104b37514519ba91a55a45e536.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-SimpleObject-LibXML/Makefile')
-rw-r--r-- | textproc/p5-XML-SimpleObject-LibXML/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/p5-XML-SimpleObject-LibXML/Makefile b/textproc/p5-XML-SimpleObject-LibXML/Makefile index aa7241fe4fc0..fc3881a28155 100644 --- a/textproc/p5-XML-SimpleObject-LibXML/Makefile +++ b/textproc/p5-XML-SimpleObject-LibXML/Makefile @@ -6,14 +6,13 @@ # PORTNAME= XML-SimpleObject-LibXML -PORTVERSION= 0.59 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= A simple(r) object representation of an XML::LibXML DOM object BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ |