mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
28abdae5df
- Add LICENSE (Artistic 1 & GPL 1) - Support staging Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
33 lines
1.0 KiB
Makefile
33 lines
1.0 KiB
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Finance-QuoteHist
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module for fetching historical stock quotes
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
|
p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \
|
|
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \
|
|
p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \
|
|
p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
|
p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|