aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 15:24:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-09-30 15:24:08 +0000
commitf6b1f9625a21fe1279399e8ff974e1006969e06b (patch)
treeeaff8f55ab7fa1d3ba16c7e2acb4f91c94b4b3df /math/p5-Math-GSL/Makefile
parentc5c8fd9d01a18eb9a08b929ad409b70e84c6caaa (diff)
downloadports-f6b1f9625a21fe1279399e8ff974e1006969e06b.tar.gz
ports-f6b1f9625a21fe1279399e8ff974e1006969e06b.zip
- Update to 0.33
Notes
Notes: svn path=/head/; revision=369627
Diffstat (limited to 'math/p5-Math-GSL/Makefile')
-rw-r--r--math/p5-Math-GSL/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 9efc7a0c8a1c..911c7b837724 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Math-GSL
-PORTVERSION= 0.32
-PORTREVISION= 1
+PORTVERSION= 0.33
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -18,7 +17,8 @@ BUILD_DEPENDS= p5-PkgConfig>=0.07720:${PORTSDIR}/devel/p5-PkgConfig
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
TEST_DEPENDS= p5-Test-Class>=0.12:${PORTSDIR}/devel/p5-Test-Class \
p5-Test-Exception>=0.21:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most
+ p5-Test-Most>=0.31:${PORTSDIR}/devel/p5-Test-Most \
+ p5-Test-Taint>=1.06:${PORTSDIR}/devel/p5-Test-Taint
USE_PERL5= modbuild
USES= perl5