aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Smart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Smart/Makefile')
-rw-r--r--textproc/p5-XML-Smart/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/p5-XML-Smart/Makefile b/textproc/p5-XML-Smart/Makefile
index 7ee8d1bd0913..f97214a7bc09 100644
--- a/textproc/p5-XML-Smart/Makefile
+++ b/textproc/p5-XML-Smart/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= XML-Smart
-PORTVERSION= 1.77
+PORTVERSION= 1.78
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,8 +16,8 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-Object-MultiType>=0.03:${PORTSDIR}/devel/p5-Object-MultiType \
p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \
- p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
+TEST_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
+ p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle
USES= perl5
USE_PERL5= configure
@@ -27,13 +27,12 @@ MAN3= XML::Smart.3 \
XML::Smart::FAQ.3 \
XML::Smart::Shared.3 \
XML::Smart::Tutorial.3
+PORTDOCS= Changes README
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDOCS}
-PORTDOCS= Changes README
-
post-install:
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."