openbsd-ports/misc/p5-Finance-QuoteHist/Makefile
2006-12-29 21:51:45 +00:00

27 lines
610 B
Makefile

# $OpenBSD: Makefile,v 1.5 2006/12/29 21:51:45 steven Exp $
COMMENT= "module to obtain historical financial quotes from exchanges"
MODULES= cpan
DISTNAME= Finance-QuoteHist-0.32
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= misc
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}
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>