aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Liberal/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-17 01:58:55 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-17 01:58:55 +0000
commit6862f6f327adabbb436a49583c55079b15e1c8b0 (patch)
tree97ac66bf19ac726f60da13a45ac57e955c479057 /textproc/p5-XML-Liberal/Makefile
parent424bdad4edc9696d8bc4c2d845ebacc88dae1efe (diff)
Notes
Diffstat (limited to 'textproc/p5-XML-Liberal/Makefile')
-rw-r--r--textproc/p5-XML-Liberal/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile
index 3b8ccb65c498..2e9cb216e65f 100644
--- a/textproc/p5-XML-Liberal/Makefile
+++ b/textproc/p5-XML-Liberal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Liberal
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,15 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Super liberal XML parser that parses broken XML
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/HTML/Entities/Numbered.pm:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \
${SITE_PERL}/Module/Pluggable/Fast.pm:${PORTSDIR}/devel/p5-Module-Pluggable-Fast
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= XML::Liberal.3
+MAN3= XML::Liberal.3
.include <bsd.port.pre.mk>