diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-29 00:44:53 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-29 00:44:53 +0000 |
commit | 5190f14f8d8399f93a6f6ed4a56f52610df9c41d (patch) | |
tree | df2e66834789aa7c73723017ffe057d28c30d06c /math | |
parent | 0af7902d3f9a984cc823d4e6304c180a70fb6cae (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BigRat/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-GSL/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-MPC/Makefile | 8 | ||||
-rw-r--r-- | math/p5-Math-MPFR/Makefile | 2 | ||||
-rw-r--r-- | math/p5-MatrixReal/Makefile | 7 |
5 files changed, 8 insertions, 23 deletions
diff --git a/math/p5-Math-BigRat/Makefile b/math/p5-Math-BigRat/Makefile index 6f559ddcea8f..315428b8cb55 100644 --- a/math/p5-Math-BigRat/Makefile +++ b/math/p5-Math-BigRat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-BigRat -# Date created: 03 March 2005 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Math-BigRat PORTVERSION= 0.26.02 diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile index 6521a0b27e99..762415dd7426 100644 --- a/math/p5-Math-GSL/Makefile +++ b/math/p5-Math-GSL/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-GSL -# Date created: 15 September 2003 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Math-GSL PORTVERSION= 0.27 @@ -12,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A perl interface to GNU Scientific Library +COMMENT= Perl interface to GNU Scientific Library LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/math/p5-Math-MPC/Makefile b/math/p5-Math-MPC/Makefile index 577a626ccdff..9a048fada479 100644 --- a/math/p5-Math-MPC/Makefile +++ b/math/p5-Math-MPC/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Math-MPC -# Date created: 05 April, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= Math-MPC PORTVERSION= 1.00 @@ -13,7 +9,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A perl interface to MPC Library +COMMENT= Perl interface to MPC Library BUILD_DEPENDS= p5-Math-MPFR>=2.01:${PORTSDIR}/math/p5-Math-MPFR LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ diff --git a/math/p5-Math-MPFR/Makefile b/math/p5-Math-MPFR/Makefile index 129f27248b38..f6b2e1919e26 100644 --- a/math/p5-Math-MPFR/Makefile +++ b/math/p5-Math-MPFR/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:SISYPHUS PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A perl interface to MPFR Library +COMMENT= Perl interface to MPFR Library LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ mpfr:${PORTSDIR}/math/mpfr diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile index abb8c7a5e237..fd35a92bc16d 100644 --- a/math/p5-MatrixReal/Makefile +++ b/math/p5-MatrixReal/Makefile @@ -1,7 +1,4 @@ -# Ports collection Makefile for: Math-MatrixReal -# Date Created: Aug 14 1997 -# Whom: Sander Vesik <sander@haldjas.folklore.ee> -# +# Created by: Sander Vesik <sander@haldjas.folklore.ee> # $FreeBSD$ PORTNAME= MatrixReal @@ -13,7 +10,7 @@ PKGNAMEPREFIX= p5- DISTNAME= Math-${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org -COMMENT= A perl module implementing a Matrix of Reals +COMMENT= Perl module implementing a Matrix of Reals LICENSE= ART10 GPLv1 LICENSE_COMB= dual |