aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RAI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-RAI/Makefile')
-rw-r--r--textproc/p5-XML-RAI/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/p5-XML-RAI/Makefile b/textproc/p5-XML-RAI/Makefile
index 5c547fcb8b22..f507726f1eef 100644
--- a/textproc/p5-XML-RAI/Makefile
+++ b/textproc/p5-XML-RAI/Makefile
@@ -12,18 +12,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([0-9]+)$/\1/}
MAINTAINER= perl@FreeBSD.org
COMMENT= RSS Abstraction Interface
-RUN_DEPENDS= p5-XML-RSS-Parser>=0:${PORTSDIR}/textproc/p5-XML-RSS-Parser \
+BUILD_DEPENDS= p5-XML-RSS-Parser>=0:${PORTSDIR}/textproc/p5-XML-RSS-Parser \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= XML::RAI.3 \
- XML::RAI::Channel.3 \
- XML::RAI::Image.3 \
- XML::RAI::Item.3 \
- XML::RAI::Object.3
-
-NO_STAGE= yes
.include <bsd.port.mk>