30 lines
695 B
Makefile
30 lines
695 B
Makefile
# $OpenBSD: Makefile,v 1.3 2004/01/04 08:34:26 sturm Exp $
|
|
|
|
COMMENT= "module to obtain historical financial quotes from exchanges"
|
|
|
|
DISTNAME= Finance-QuoteHist-0.32
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
|
|
HOMEPAGE= http://www.mojotoad.com/sisk/projects/Finance-QuoteHist/
|
|
|
|
MAINTAINER= Andrew Dalgleish <openbsd@ajd.net.au>
|
|
|
|
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>
|