22 lines
487 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2016/03/20 19:56:49 naddy Exp $
2015-04-21 10:51:26 +00:00
COMMENT = module to obtain historical financial quotes from exchanges
2015-04-21 10:51:26 +00:00
MODULES = cpan
PKG_ARCH = *
2015-08-14 14:06:16 +00:00
DISTNAME = Finance-QuoteHist-1.24
2015-04-21 10:51:26 +00:00
CATEGORIES = misc
# GPL/Artistic License
2015-04-21 10:51:26 +00:00
PERMIT_PACKAGE_CDROM = Yes
2015-04-21 10:51:26 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = converters/p5-DateManip \
textproc/p5-Regexp-Common \
textproc/p5-Text-CSV \
textproc/p5-Text-CSV_XS \
2010-11-19 07:23:05 +00:00
www/p5-HTML-TableExtract \
www/p5-libwww
.include <bsd.port.mk>