diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-12 16:39:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-12 16:39:46 +0000 |
commit | 60f535dc9f55d153450fedc924e910dacbd86e67 (patch) | |
tree | f0a878ba77a43865a086c2f0a1c715caa33898f7 /math | |
parent | ed267671934db25e28bdd000a93bfd259dc8de7a (diff) | |
download | ports-60f535dc9f55d153450fedc924e910dacbd86e67.tar.gz ports-60f535dc9f55d153450fedc924e910dacbd86e67.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Cephes/Makefile | 11 | ||||
-rw-r--r-- | math/p5-Math-Cephes/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Math-Cephes/pkg-plist | 6 |
3 files changed, 9 insertions, 12 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile index 6117f65fd6f9..5fa7ed232493 100644 --- a/math/p5-Math-Cephes/Makefile +++ b/math/p5-Math-Cephes/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Cephes -PORTVERSION= 0.5302 +PORTVERSION= 0.5303 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +11,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the cephes math library MAKE_JOBS_UNSAFE= yes - -MAN1= pmath.1 -MAN3= Math::Cephes.3 \ - Math::Cephes::Complex.3 \ - Math::Cephes::Fraction.3 \ - Math::Cephes::Matrix.3 \ - Math::Cephes::Polynomial.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/p5-Math-Cephes/distinfo b/math/p5-Math-Cephes/distinfo index 1704bb1ee035..77d3a0987c4b 100644 --- a/math/p5-Math-Cephes/distinfo +++ b/math/p5-Math-Cephes/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-Cephes-0.5302.tar.gz) = 5c8646d07ba0785bd3eeff424a6c2429a794d923e4a1366b32a4c46a2b0bc1fb -SIZE (Math-Cephes-0.5302.tar.gz) = 304795 +SHA256 (Math-Cephes-0.5303.tar.gz) = 0d17ff7d186965dcdc983e7b3c3dfb64af06377c689686295abb9f02c4db459f +SIZE (Math-Cephes-0.5303.tar.gz) = 304931 diff --git a/math/p5-Math-Cephes/pkg-plist b/math/p5-Math-Cephes/pkg-plist index bba282e1fdad..4477c42d51f0 100644 --- a/math/p5-Math-Cephes/pkg-plist +++ b/math/p5-Math-Cephes/pkg-plist @@ -9,6 +9,12 @@ bin/pmath %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/Cephes.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/Cephes.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/libmd/extralibs.ld +%%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 +man/man1/pmath.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes/libmd @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Cephes @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math |