openbsd-ports/net/p5-POE-Component-IRC-Plugin-RSS-Headlines/Makefile

26 lines
523 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:35:54 espie Exp $
COMMENT = PoCo::IRC Plugin that provides RSS Headline retrieval
DISTNAME = POE-Component-IRC-Plugin-RSS-Headlines-1.08
REVISION = 0
CATEGORIES = net www
MAINTAINER = James Wright <jamesw@bsdhosting.co.za>
# perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
2010-10-18 14:36:45 -04:00
USE_GROFF = Yes
2010-11-19 17:31:32 -05:00
RUN_DEPENDS = net/p5-POE-Component-IRC \
net/p5-POE-Component-Client-HTTP>=0.73 \
textproc/p5-XML-RSS>1.1
MAKE_ENV+= TEST_POD=Yes
2010-10-23 05:35:20 -04:00
MODCPAN_EXAMPLES= Yes
.include <bsd.port.mk>