freebsd-ports/www/p5-ZConf-RSS/Makefile
Andrej Zverev f546c1d1de - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:05:56 +00:00

25 lines
693 B
Makefile

# Created by: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$
PORTNAME= ZConf-RSS
PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= ZConf backed RSS fetching and viewing
BUILD_DEPENDS= p5-ZConf>=0:${PORTSDIR}/net/p5-ZConf \
p5-ZConf-GUI>=0:${PORTSDIR}/devel/p5-ZConf-GUI \
p5-XML-FeedPP>=0:${PORTSDIR}/textproc/p5-XML-FeedPP \
p5-Text-NeatTemplate>=0:${PORTSDIR}/textproc/p5-Text-NeatTemplate \
p5-HTML-FormatText-WithLinks>=0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>