diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2013-09-02 20:23:34 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2013-09-02 20:23:34 +0000 |
commit | 72dcfbcdad6ed3f55ef99939600c24d25e91f1da (patch) | |
tree | 7deb6347956ec112f22680243846e101d6f7ec75 /textproc/p5-XML-MyXML/Makefile | |
parent | f54b64af9a6a49123b2936252814406dbd09f171 (diff) | |
download | ports-72dcfbcdad6ed3f55ef99939600c24d25e91f1da.tar.gz ports-72dcfbcdad6ed3f55ef99939600c24d25e91f1da.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-MyXML/Makefile')
-rw-r--r-- | textproc/p5-XML-MyXML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-MyXML/Makefile b/textproc/p5-XML-MyXML/Makefile index d9a327c87bdf..8280b294ff1d 100644 --- a/textproc/p5-XML-MyXML/Makefile +++ b/textproc/p5-XML-MyXML/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-MyXML -PORTVERSION= 0.09.91 +PORTVERSION= 0.10.01 DISTVERSION= ${PORTVERSION:C/\.(..)$/\1/} PORTEPOCH= 1 CATEGORIES= textproc perl5 @@ -20,6 +20,6 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep USES= perl5 USE_PERL5= configure -MAN3= XML::MyXML.3 +MAN3= XML::MyXML.3 XML::MyXML::II.3 .include <bsd.port.mk> |