freebsd-ports/devel/p5-POE-Component-RSSAggregator/Makefile
Cheng-Lung Sung 977815f199 - p5-POE-Component-RSSAggregator provide
Watch Muliple RSS Feeds for New Headlines
- a non-blocking way to watch multiple RSS sources with one process
2006-08-01 07:16:45 +00:00

34 lines
994 B
Makefile

# New ports collection makefile for: POE-Component-RSSAggregator
# Date created: Aug 1, 2006
# Whom: Cheng-Lung Sung
#
# $FreeBSD$
#
PORTNAME= POE-Component-RSSAggregator
PORTVERSION= 1.01
CATEGORIES= devel perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= POE
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Watch Muliple RSS Feeds for New Headlines
BUILD_DEPENDS= ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/XML/RSS/Feed.pm:${PORTSDIR}/textproc/p5-XML-RSS-Feed \
p5-POE-Component-Client-DNS>=0.98:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \
p5-POE-Component-Client-HTTP>=0.51:${PORTSDIR}/www/p5-POE-Component-Client-HTTP
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= POE::Component::RSSAggregator.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>