freebsd-ports/math/p5-Math-Cephes/Makefile
2013-01-28 10:44:22 +00:00

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>