diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-09-20 14:20:34 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-09-20 14:20:34 +0000 |
commit | 9030b5c3b800ba5467d86cbe01dc8a8b7de60476 (patch) | |
tree | 5e88e5a2daf9a44cbd6e276b4da8ae030fbd3ba1 /math | |
parent | f88674c448df9982b97dbfddd7bf9ae13570807f (diff) | |
download | ports-9030b5c3b800ba5467d86cbe01dc8a8b7de60476.tar.gz ports-9030b5c3b800ba5467d86cbe01dc8a8b7de60476.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-BaseCalc/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-BaseCalc/Makefile b/math/p5-Math-BaseCalc/Makefile index e32e21514a34..0d8e18a69020 100644 --- a/math/p5-Math-BaseCalc/Makefile +++ b/math/p5-Math-BaseCalc/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= svenasse@polaris.ca +MAINTAINER= ports@FreeBSD.org COMMENT= Convert numbers between various bases PERL_CONFIGURE= yes diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile index e001c039e448..60622e06b3b3 100644 --- a/math/p5-Math-Calc-Units/Makefile +++ b/math/p5-Math-Calc-Units/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Math PKGNAMEPREFIX= p5- -MAINTAINER= svenasse@polaris.ca +MAINTAINER= ports@FreeBSD.org COMMENT= Human-readable unit-aware calculator PERL_CONFIGURE= yes |