diff options
Diffstat (limited to 'textproc/p5-XML-Atom-Syndication/Makefile')
-rw-r--r-- | textproc/p5-XML-Atom-Syndication/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/textproc/p5-XML-Atom-Syndication/Makefile b/textproc/p5-XML-Atom-Syndication/Makefile index b235f44d11d0..3839d1c4b1c0 100644 --- a/textproc/p5-XML-Atom-Syndication/Makefile +++ b/textproc/p5-XML-Atom-Syndication/Makefile @@ -13,26 +13,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Simple lightweight client for consuming Atom syndication feeds -RUN_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ +BUILD_DEPENDS= p5-Class-ErrorHandler>=0:${PORTSDIR}/devel/p5-Class-ErrorHandler \ p5-XML-Elemental>=2:${PORTSDIR}/textproc/p5-XML-Elemental \ p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= XML::Atom::Syndication.3 \ - XML::Atom::Syndication::Category.3 \ - XML::Atom::Syndication::Content.3 \ - XML::Atom::Syndication::Entry.3 \ - XML::Atom::Syndication::Feed.3 \ - XML::Atom::Syndication::Generator.3 \ - XML::Atom::Syndication::Link.3 \ - XML::Atom::Syndication::Object.3 \ - XML::Atom::Syndication::Person.3 \ - XML::Atom::Syndication::Source.3 \ - XML::Atom::Syndication::Text.3 \ - XML::Atom::Syndication::Writer.3 - -NO_STAGE= yes .include <bsd.port.mk> |