diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-05-14 01:30:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-05-14 01:30:37 +0000 |
commit | da3e1095d258829f0ae87c74717d477b1e19386b (patch) | |
tree | 63a49435b2e61ca85ca7046270952292cde9a0a8 /math/p5-Math-Cephes/Makefile | |
parent | 5986259555bf1ba1f79e0b4890fb79f7c2fc10b5 (diff) | |
download | ports-da3e1095d258829f0ae87c74717d477b1e19386b.tar.gz ports-da3e1095d258829f0ae87c74717d477b1e19386b.zip |
Notes
Diffstat (limited to 'math/p5-Math-Cephes/Makefile')
-rw-r--r-- | math/p5-Math-Cephes/Makefile | 7 |
1 files changed, 5 insertions, 2 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 |