aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Atom-Stream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Atom-Stream/Makefile')
-rw-r--r--textproc/p5-XML-Atom-Stream/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile
index 2f223585ffc5..6d80e02b19e2 100644
--- a/textproc/p5-XML-Atom-Stream/Makefile
+++ b/textproc/p5-XML-Atom-Stream/Makefile
@@ -10,21 +10,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Client interface for AtomStream
-RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \
- p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \
- p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \
- p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-XML-SAX>=0.12:${PORTSDIR}/textproc/p5-XML-SAX \
p5-XML-Handler-Trees>=0.02:${PORTSDIR}/textproc/p5-XML-Handler-Trees \
p5-XML-Atom>=0.20:${PORTSDIR}/textproc/p5-XML-Atom \
p5-XML-LibXML>=1.59:${PORTSDIR}/textproc/p5-XML-LibXML
-
-MAN3= XML::Atom::Stream.3
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-NO_STAGE= yes
.include <bsd.port.mk>