1234567891011121314151617181920212223 |
- # $OpenBSD: Makefile,v 1.9 2016/03/20 19:57:11 naddy Exp $
- COMMENT= efficiently fetch RSS feeds
- MODULES= cpan
- PKG_ARCH= *
- DISTNAME= XML-RSS-TimingBot-2.03
- REVISION= 0
- CATEGORIES= textproc
- MAINTAINER= Sam Smith <s@msmith.net>
- # Same as Perl
- PERMIT_PACKAGE_CDROM= Yes
- RUN_DEPENDS= www/p5-LWP-UserAgent-Determined \
- textproc/p5-XML-RSS \
- textproc/p5-XML-RSS-Timing \
- textproc/p5-XML-LibXML \
- textproc/p5-XML-XSLT
- .include <bsd.port.mk>
|