9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
26 lines
629 B
Makefile
26 lines
629 B
Makefile
# Created by: Cheng-Lung Sung
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Component-RSSAggregator
|
|
PORTVERSION= 1.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5 textproc
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Watch Muliple RSS Feeds for New Headlines
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-POE-Component-Client-DNS>=0.98:dns/p5-POE-Component-Client-DNS \
|
|
p5-POE-Component-Client-HTTP>=0.51:www/p5-POE-Component-Client-HTTP \
|
|
p5-XML-RSS-Feed>=0:textproc/p5-XML-RSS-Feed \
|
|
p5-libwww>=0:www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|