Makefile 447 B

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