2004-01-04 03:34:26 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2004/01/04 08:34:26 sturm Exp $
|
2003-04-13 15:31:33 -04:00
|
|
|
|
|
|
|
COMMENT= "module to obtain historical financial quotes from exchanges"
|
|
|
|
|
2003-09-23 14:38:03 -04:00
|
|
|
DISTNAME= Finance-QuoteHist-0.32
|
2003-04-13 15:31:33 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= misc perl5
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.mojotoad.com/sisk/projects/Finance-QuoteHist/
|
|
|
|
|
2004-01-04 03:34:26 -05:00
|
|
|
MAINTAINER= Andrew Dalgleish <openbsd@ajd.net.au>
|
2003-04-13 15:31:33 -04:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} \
|
|
|
|
${HOMEPAGE}
|
|
|
|
|
|
|
|
# GPL/Artistic License
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= ::converters/p5-DateManip \
|
|
|
|
::www/p5-HTML-TableExtract \
|
|
|
|
::www/p5-libwww
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|