24 lines
531 B
Makefile
24 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.14 2015/01/15 11:24:53 benoit Exp $
|
|
|
|
COMMENT= module to obtain historical financial quotes from exchanges
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Finance-QuoteHist-1.21
|
|
CATEGORIES= misc
|
|
|
|
# GPL/Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= converters/p5-DateManip \
|
|
textproc/p5-Regexp-Common \
|
|
textproc/p5-Text-CSV \
|
|
textproc/p5-Text-CSV_XS \
|
|
www/p5-HTML-TableExtract \
|
|
www/p5-libwww
|
|
|
|
pre-configure:
|
|
@rm -f ${WRKSRC}/lib/Finance/QuoteHist/*.orig
|
|
|
|
.include <bsd.port.mk>
|