freebsd-ports/devel/p5-POE-Component-RSSAggregator/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

24 lines
641 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-
#DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(.)$/\1/}
MAINTAINER= perl@FreeBSD.org
COMMENT= Watch Muliple RSS Feeds for New Headlines
BUILD_DEPENDS= p5-libwww>=0:www/p5-libwww \
p5-XML-RSS-Feed>=0:textproc/p5-XML-RSS-Feed \
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
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>