1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/p5-ZConf-RSS/Makefile
Andrej Zverev 1de384422c - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 16:51:46 +00:00

32 lines
824 B
Makefile

# New ports collection makefile for: p5-ZConf-RSS
# Date created: 2009-11-09
# Whom: 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}
PERL_CONFIGURE= yes
MAN3= ZConf::RSS.3 \
ZConf::RSS::GUI.3
.include <bsd.port.mk>