diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-18 14:40:49 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-03-18 14:40:49 +0000 |
commit | b979d674b646e6352b5ae398c0decf3814e5720f (patch) | |
tree | f9056d2de6df79b8912e4494b94fb43028d28e41 | |
parent | 2e8b915a90dcb22f3d75661ba09ba1410683cbfc (diff) | |
download | ports-b979d674b646e6352b5ae398c0decf3814e5720f.tar.gz ports-b979d674b646e6352b5ae398c0decf3814e5720f.zip |
Notes
-rw-r--r-- | math/p5-Math-GMPf/Makefile | 11 | ||||
-rw-r--r-- | math/p5-Math-GMPf/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/math/p5-Math-GMPf/Makefile b/math/p5-Math-GMPf/Makefile index 092e381f2b09..c472f6ea7c29 100644 --- a/math/p5-Math-GMPf/Makefile +++ b/math/p5-Math-GMPf/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Math-GMPf -# Date created: 2011-11-30 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-GMPf -PORTVERSION= 0.35 +PORTVERSION= 0.36 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SISYPHUS @@ -15,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl interface to the GMP library floating point (mpf) functions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp TEST_DEPENDS= p5-Math-GMP>=0:${PORTSDIR}/math/p5-Math-GMP \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod diff --git a/math/p5-Math-GMPf/distinfo b/math/p5-Math-GMPf/distinfo index c93577767707..2ed42ab12881 100644 --- a/math/p5-Math-GMPf/distinfo +++ b/math/p5-Math-GMPf/distinfo @@ -1,2 +1,2 @@ -SHA256 (Math-GMPf-0.35.tar.gz) = ea4765bb6bc5aab22bf02b81b2d5d6c753c10be4acc52564fce07988bbed1bd6 -SIZE (Math-GMPf-0.35.tar.gz) = 37573 +SHA256 (Math-GMPf-0.36.tar.gz) = 52818d62b90871639bca046450ae9d2e45945e62d64d07d1234a6c8d160b1983 +SIZE (Math-GMPf-0.36.tar.gz) = 37997 |