Makefile 487 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT = module to obtain historical financial quotes from exchanges
  3. MODULES = cpan
  4. PKG_ARCH = *
  5. DISTNAME = Finance-QuoteHist-1.24
  6. CATEGORIES = misc
  7. # GPL/Artistic License
  8. PERMIT_PACKAGE_CDROM = Yes
  9. BUILD_DEPENDS = ${RUN_DEPENDS}
  10. RUN_DEPENDS = converters/p5-DateManip \
  11. textproc/p5-Regexp-Common \
  12. textproc/p5-Text-CSV \
  13. textproc/p5-Text-CSV_XS \
  14. www/p5-HTML-TableExtract \
  15. www/p5-libwww
  16. .include <bsd.port.mk>