diff options
author | Wen Heping <wen@FreeBSD.org> | 2012-03-06 06:49:17 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2012-03-06 06:49:17 +0000 |
commit | df6b66b3d4ff4f5fed9c33701faa63b75bd3bcb0 (patch) | |
tree | 9591ced3ac704481469dc5d76c17e0323a09731a | |
parent | 7e0af3496787bb93075b2e44b0fbf2b93183c3c4 (diff) | |
download | ports-df6b66b3d4ff4f5fed9c33701faa63b75bd3bcb0.tar.gz ports-df6b66b3d4ff4f5fed9c33701faa63b75bd3bcb0.zip |
Notes
-rw-r--r-- | math/p5-Math-Cephes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile index 32e2f103ea40..b4adf6016ad8 100644 --- a/math/p5-Math-Cephes/Makefile +++ b/math/p5-Math-Cephes/Makefile @@ -11,9 +11,11 @@ CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= wenheping@gmail.com +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the cephes math library +MAKE_JOBS_UNSAFE= yes + MAN1= pmath.1 MAN3= Math::Cephes.3 \ Math::Cephes::Complex.3 \ |