diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-08-14 01:34:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-08-14 01:34:37 +0800 |
commit | 679176d3df24d1c5b7e1ae19ec601f371bc94982 (patch) | |
tree | 1c73490c90d37c9dae6a099fd779ee3d0667d2df /finance/p5-Finance-QuoteHist/Makefile | |
parent | f4c1d2cedadbde709424d8a25a4a1a0c4b91e855 (diff) | |
download | freebsd-ports-graphics-679176d3df24d1c5b7e1ae19ec601f371bc94982.tar.gz freebsd-ports-graphics-679176d3df24d1c5b7e1ae19ec601f371bc94982.tar.zst freebsd-ports-graphics-679176d3df24d1c5b7e1ae19ec601f371bc94982.zip |
- Update to 1.24
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
Diffstat (limited to 'finance/p5-Finance-QuoteHist/Makefile')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 39ba9d25a2a..32523e89ac5 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-QuoteHist -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure |