diff options
author | tobez <tobez@FreeBSD.org> | 2005-11-03 09:14:59 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-11-03 09:14:59 +0000 |
commit | 650e33962935ee24912130c89307de50643c702d (patch) | |
tree | 273e427271bab15f627ed948d94dff01e567a9c0 /finance | |
parent | c597cfd733b1c7d548f76805bee0398454b075ec (diff) | |
download | FreeBSD-ports-650e33962935ee24912130c89307de50643c702d.zip FreeBSD-ports-650e33962935ee24912130c89307de50643c702d.tar.gz |
Update to 1.03. Assign maintainership to perl@. Require perl from
ports.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 13 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 4 |
2 files changed, 11 insertions, 6 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index e9b58c6..84d0a73 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -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> diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo index 2a0ab98..14f8925 100644 --- a/finance/p5-Finance-QuoteHist/distinfo +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -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 |