# Created by: Cheng-Lung Sung
# $FreeBSD: head/devel/p5-POE-Component-RSSAggregator/Makefile 412346 2016-04-01 14:00:51Z mat $

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>