34 lines
800 B
Makefile
34 lines
800 B
Makefile
# $OpenBSD: Makefile,v 1.22 2015/01/21 06:23:34 bentley Exp $
|
|
|
|
COMMENT= module to obtain financial quotes from exchanges
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Finance-Quote-1.35
|
|
CATEGORIES= misc
|
|
REVISION = 0
|
|
|
|
HOMEPAGE= http://finance-quote.sourceforge.net
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-JSON \
|
|
devel/p5-Date-Calc \
|
|
security/p5-Crypt-SSLeay \
|
|
www/p5-HTML-TableExtract \
|
|
www/p5-HTML-Tree \
|
|
www/p5-libwww \
|
|
www/p5-LWP-Protocol-https
|
|
|
|
MODCPAN_EXAMPLES = Yes
|
|
MODCPAN_EXAMPLES_DIST = Examples
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
# pod tests too many failures leave disabled
|
|
#MAKE_ENV += TEST_POD=Yes
|
|
#TEST_FLAGS = TEST_AUTHOR=Tester
|
|
# uncomment for online checks, too many failures because of site changes, lot of downloads.
|
|
#TEST_FLAGS += ONLINE_TEST=true
|
|
|
|
.include <bsd.port.mk>
|