openbsd-ports/misc/p5-Finance-QuoteHist/Makefile

28 lines
608 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2010/12/03 11:45:41 ajacoutot Exp $
COMMENT= module to obtain historical financial quotes from exchanges
MODULES= cpan
DISTNAME= Finance-QuoteHist-0.32
REVISION= 1
CATEGORIES= misc
2010-10-18 16:52:05 -04:00
USE_GROFF = Yes
2004-01-04 03:34:26 -05:00
MAINTAINER= Andrew Dalgleish <openbsd@ajd.net.au>
# GPL/Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-19 02:23:05 -05:00
RUN_DEPENDS= converters/p5-DateManip \
www/p5-HTML-TableExtract \
www/p5-libwww
2006-12-29 16:51:45 -05:00
pre-configure:
@rm -f ${WRKSRC}/lib/Finance/QuoteHist/*.orig
.include <bsd.port.mk>