summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SimpleObject/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-SimpleObject/Makefile')
-rw-r--r--textproc/p5-XML-SimpleObject/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-XML-SimpleObject/Makefile b/textproc/p5-XML-SimpleObject/Makefile
index 849c49ef46d7..2b592142c1c9 100644
--- a/textproc/p5-XML-SimpleObject/Makefile
+++ b/textproc/p5-XML-SimpleObject/Makefile
@@ -7,19 +7,21 @@
PORTNAME= XML-SimpleObject
PORTVERSION= 0.53
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
-WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION}
-
MAINTAINER= ports@FreeBSD.org
COMMENT= API for accessing the structure of an XML document
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+
+WRKSRC?= ${WRKDIR}/${PORTNAME}${PORTVERSION}
PERL_CONFIGURE= YES
+CONFIGURE_ARGS+= DIR='Enhanced'
MAN3= XML::SimpleObject.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}