aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortabthorpe <tabthorpe@FreeBSD.org>2012-10-01 22:45:16 +0800
committertabthorpe <tabthorpe@FreeBSD.org>2012-10-01 22:45:16 +0800
commit5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9 (patch)
tree75e996b6bfaf407af3b02c9859874edec02f73c4 /math
parentb0c5781d091cdf2bb53ee7de6e4e57e5b0a97c56 (diff)
downloadfreebsd-ports-gnome-5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9.tar.gz
freebsd-ports-gnome-5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9.tar.zst
freebsd-ports-gnome-5b8d57abfdaf198d8c45c4cd097e89e26dc62aa9.zip
- Reassign to the heap at maintainer's request
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Derivative/Makefile9
-rw-r--r--math/p5-Math-Spline/Makefile9
2 files changed, 4 insertions, 14 deletions
diff --git a/math/p5-Math-Derivative/Makefile b/math/p5-Math-Derivative/Makefile
index ce7623b9f490..4c081755d106 100644
--- a/math/p5-Math-Derivative/Makefile
+++ b/math/p5-Math-Derivative/Makefile
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for: p5-Math-Derivative
-# Date created: 25 November 2004
-# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
# $FreeBSD$
-#
PORTNAME= Math-Derivative
PORTVERSION= 0.01
@@ -12,7 +7,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= fernan@iib.unsam.edu.ar
+MAINTAINER= ports@FreeBSD.org
COMMENT= Numeric 1st and 2nd order differentiation
PERL_CONFIGURE= yes
diff --git a/math/p5-Math-Spline/Makefile b/math/p5-Math-Spline/Makefile
index 5cfc97870dee..84fcc11edee2 100644
--- a/math/p5-Math-Spline/Makefile
+++ b/math/p5-Math-Spline/Makefile
@@ -1,10 +1,5 @@
-# vim:ts=8
-# New ports collection makefile for: p5-Math-Spline
-# Date created: 25 November 2004
-# Whom: Fernan Aguero <fernan@iib.unsam.edu.ar>
-#
+# Created by: Fernan Aguero <fernan@iib.unsam.edu.ar>
# $FreeBSD$
-#
PORTNAME= Math-Spline
PORTVERSION= 0.01
@@ -12,7 +7,7 @@ CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= fernan@iib.unsam.edu.ar
+MAINTAINER= ports@FreeBSD.org
COMMENT= Cubic Spline Interpolation of data
RUN_DEPENDS= p5-Math-Derivative>=0:${PORTSDIR}/math/p5-Math-Derivative