diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-11-03 09:14:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-11-03 09:14:59 +0000 |
commit | c1cf174568d4eb14631c34ff5f070705233df4ef (patch) | |
tree | 0c4e37f01d00bba6e91a7d7d3f760d77915e8472 /finance/p5-Finance-QuoteHist/Makefile | |
parent | 9fa0157efe677dd9e677f6f5267ed6fa4a883a0b (diff) |
Notes
Diffstat (limited to 'finance/p5-Finance-QuoteHist/Makefile')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index e9b58c67dab9..84d0a730b707 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> |