openbsd-ports/misc/p5-Finance-QuoteHist/Makefile
2013-03-11 11:20:26 +00:00

23 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/03/11 11:23:57 espie Exp $
COMMENT= module to obtain historical financial quotes from exchanges
MODULES= cpan
DISTNAME= Finance-QuoteHist-0.32
REVISION= 2
CATEGORIES= misc
USE_GROFF = Yes
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= converters/p5-DateManip \
www/p5-HTML-TableExtract \
www/p5-libwww
pre-configure:
@rm -f ${WRKSRC}/lib/Finance/QuoteHist/*.orig
.include <bsd.port.mk>