diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-05-14 09:30:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-05-14 09:30:37 +0800 |
commit | acaf88d879e4917d964758c8cd27b7c196cd933e (patch) | |
tree | 63a49435b2e61ca85ca7046270952292cde9a0a8 /math | |
parent | 2ded246e9796d3eb923446fe43538d3a747248fe (diff) | |
download | freebsd-ports-gnome-acaf88d879e4917d964758c8cd27b7c196cd933e.tar.gz freebsd-ports-gnome-acaf88d879e4917d964758c8cd27b7c196cd933e.tar.zst freebsd-ports-gnome-acaf88d879e4917d964758c8cd27b7c196cd933e.zip |
- Update to 0.5305
- Add LICENSE
- Sort PLIST
Changes: http://search.cpan.org/dist/Math-Cephes/Changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Cephes/Makefile | 7 | ||||
-rw-r--r-- | math/p5-Math-Cephes/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Cephes/pkg-plist | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile index dfed50077416..ef5f6f711bcf 100644 --- a/math/p5-Math-Cephes/Makefile +++ b/math/p5-Math-Cephes/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Cephes -PORTVERSION= 0.5304 -PORTREVISION= 1 +PORTVERSION= 0.5305 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the cephes math library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + MAKE_JOBS_UNSAFE= yes USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-Cephes/distinfo b/math/p5-Math-Cephes/distinfo index a2e8e45d56ed..dea65c69f95b 100644 --- a/math/p5-Math-Cephes/distinfo +++ b/math/p5-Math-Cephes/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Cephes-0.5304.tar.gz) = 5d2cc55965505eee4fc8da870cb4754c0eeff144afb6254848d8c3b24b30a981 -SIZE (Math-Cephes-0.5304.tar.gz) = 312867 +SHA256 (Math-Cephes-0.5305.tar.gz) = 561a800a4822e748d2befc366baa4b21e879a40cc00c22293c7b8736caeb83a1 +SIZE (Math-Cephes-0.5305.tar.gz) = 312870 diff --git a/math/p5-Math-Cephes/pkg-plist b/math/p5-Math-Cephes/pkg-plist index 90bd67dffa93..bde614b7d207 100644 --- a/math/p5-Math-Cephes/pkg-plist +++ b/math/p5-Math-Cephes/pkg-plist @@ -7,9 +7,9 @@ bin/pmath %%SITE_ARCH%%/Math/Cephes/Polynomial.pm %%SITE_ARCH%%/auto/Math/Cephes/Cephes.so %%SITE_ARCH%%/auto/Math/Cephes/libmd/extralibs.ld +%%PERL5_MAN1%%/pmath.1.gz %%PERL5_MAN3%%/Math::Cephes.3.gz %%PERL5_MAN3%%/Math::Cephes::Complex.3.gz %%PERL5_MAN3%%/Math::Cephes::Fraction.3.gz %%PERL5_MAN3%%/Math::Cephes::Matrix.3.gz %%PERL5_MAN3%%/Math::Cephes::Polynomial.3.gz -%%PERL5_MAN1%%/pmath.1.gz |