21 lines
404 B
Makefile
21 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:50:09 sthen Exp $
|
|
|
|
COMMENT= efficiently fetch RSS feeds
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= XML-RSS-TimingBot-2.03
|
|
REVISION= 1
|
|
CATEGORIES= textproc
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE= 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>
|