24 lines
459 B
Makefile
24 lines
459 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Cephes
|
|
PORTVERSION= 0.5302
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
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 \
|
|
Math::Cephes::Fraction.3 \
|
|
Math::Cephes::Matrix.3 \
|
|
Math::Cephes::Polynomial.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|