diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-03-18 22:40:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-03-18 22:40:49 +0800 |
commit | 628c715e1235ed284966d81c1f2f844ec8b89109 (patch) | |
tree | f9056d2de6df79b8912e4494b94fb43028d28e41 /math/p5-Math-GMPf | |
parent | e2283e475d4d8d6900a5b9c0798b93aed05aac77 (diff) | |
download | freebsd-ports-gnome-628c715e1235ed284966d81c1f2f844ec8b89109.tar.gz freebsd-ports-gnome-628c715e1235ed284966d81c1f2f844ec8b89109.tar.zst freebsd-ports-gnome-628c715e1235ed284966d81c1f2f844ec8b89109.zip |
- Update to 0.36
- Add LICENSE
- Cleanup Makefile header
Changes: http://search.cpan.org/dist/Math-GMPf/CHANGES
Diffstat (limited to 'math/p5-Math-GMPf')
-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 |