Update to 1.03. Assign maintainership to perl@. Require perl from
ports.
This commit is contained in:
parent
9fa0157efe
commit
c1cf174568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147096
2 changed files with 11 additions and 6 deletions
|
@ -6,14 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= Finance-QuoteHist
|
||||
PORTVERSION= 1.02
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Finance
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for fetching historical stock quotes
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
|
@ -29,4 +28,10 @@ MAN3= Finance::QuoteHist.3 \
|
|||
Finance::QuoteHist::Generic.3 \
|
||||
Finance::QuoteHist::Yahoo.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Finance-QuoteHist-1.02.tar.gz) = 59ed367485db4f86044d9342b5f268f3
|
||||
SIZE (Finance-QuoteHist-1.02.tar.gz) = 23804
|
||||
MD5 (Finance-QuoteHist-1.03.tar.gz) = 4358caadc5dce31717e5828006449400
|
||||
SIZE (Finance-QuoteHist-1.03.tar.gz) = 25012
|
||||
|
|
Loading…
Reference in a new issue