diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-28 08:37:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-28 08:37:14 +0000 |
commit | 70068ee5890edc33f838484c6b9bd03700c7fc3b (patch) | |
tree | 9b9f67515e5413178548d4608255fb2a9bf15d9f /textproc/p5-XML-Liberal/Makefile | |
parent | 73d284a9ae15672481aca443a79162349b978da5 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-Liberal/Makefile')
-rw-r--r-- | textproc/p5-XML-Liberal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile index 9cab66044332..bd94ade8699e 100644 --- a/textproc/p5-XML-Liberal/Makefile +++ b/textproc/p5-XML-Liberal/Makefile @@ -6,13 +6,13 @@ # PORTNAME= XML-Liberal -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML PKGNAMEPREFIX= p5- -MAINTAINER= gslin@gslin.org +MAINTAINER= perl@FreeBSD.org COMMENT= Super liberal XML parser that parses broken XML RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ |