Makefile 798 B

12345678910111213141516171819202122232425262728293031323334
  1. # $OpenBSD: Makefile,v 1.25 2016/03/20 19:56:49 naddy Exp $
  2. COMMENT= module to obtain financial quotes from exchanges
  3. MODULES= cpan
  4. PKG_ARCH= *
  5. DISTNAME = Finance-Quote-1.38
  6. CATEGORIES= misc
  7. HOMEPAGE= http://finance-quote.sourceforge.net
  8. BUILD_DEPENDS = ${RUN_DEPENDS}
  9. RUN_DEPENDS= converters/p5-JSON \
  10. devel/p5-DateTime \
  11. www/p5-LWP-Protocol-https \
  12. www/p5-HTML-TableExtract \
  13. www/p5-HTML-Tree \
  14. www/p5-libwww \
  15. www/p5-LWP-Protocol-https
  16. MODCPAN_EXAMPLES = Yes
  17. MODCPAN_EXAMPLES_DIST = Examples
  18. # GPL
  19. PERMIT_PACKAGE_CDROM= Yes
  20. # pod tests too many failures leave disabled
  21. #MAKE_ENV += TEST_POD=Yes
  22. #TEST_FLAGS = TEST_AUTHOR=Tester
  23. # uncomment for online checks, too many failures because of site changes, lot of downloads.
  24. #TEST_FLAGS += ONLINE_TEST=true
  25. .include <bsd.port.mk>