diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-09 22:26:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-09 22:26:59 +0800 |
commit | 635b6a540110bd8af6f50ba1d6d60f861e3bb64f (patch) | |
tree | abcef99c1db09a2f0b11aaa7101406b2bdb7359f /math/p5-Math-GSL | |
parent | 2d417d7102fbfb9f9fd93f5d2bd17e242644c8ae (diff) | |
download | freebsd-ports-gnome-635b6a540110bd8af6f50ba1d6d60f861e3bb64f.tar.gz freebsd-ports-gnome-635b6a540110bd8af6f50ba1d6d60f861e3bb64f.tar.zst freebsd-ports-gnome-635b6a540110bd8af6f50ba1d6d60f861e3bb64f.zip |
- Update to 0.27
- Add LICENSE
Changes: http://search.cpan.org/dist/Math-GSL/Changes
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 13 | ||||
-rw-r--r-- | math/p5-Math-GSL/distinfo | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index fdd176984ed4..d354180da64b 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Math-GSL -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,15 +14,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A perl interface to GNU Scientific Library -BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig -LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-ExtUtils-PkgConfig>=1.03:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig +LIB_DEPENDS= gsl:${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:${PORTSDIR}/devel/p5-Test-Most +CFLAGS+= -I${LOCALBASE}/include PERL_MODBUILD= yes -MAKE_ENV= INC="-I${LOCALBASE}/include" MAN1= smolder_smoke_signal.1 MAN3= Math::GSL.3 \ @@ -74,7 +76,8 @@ MAN3= Math::GSL.3 \ Math::GSL::Test.3 \ Math::GSL::Vector.3 \ Math::GSL::VectorComplex.3 \ - Math::GSL::Wavelet.3 + Math::GSL::Wavelet.3 \ + Math::GSL::Wavelet2D.3 .include <bsd.port.pre.mk> diff --git a/math/p5-Math-GSL/distinfo b/math/p5-Math-GSL/distinfo index dca92fb19bc5..edde6b040e04 100644 --- a/math/p5-Math-GSL/distinfo +++ b/math/p5-Math-GSL/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-GSL-0.26.tar.gz) = acdc42d8664f305f0e967ade2e4d417792fea6045f8a7d77163fba42d9818f69 -SIZE (Math-GSL-0.26.tar.gz) = 9243354 +SHA256 (Math-GSL-0.27.tar.gz) = 48e95b96cf3d79ce61c06226218de16c1d26999f1b5144124a600fcfa7c53828 +SIZE (Math-GSL-0.27.tar.gz) = 9273965 |