2012-10-25 03:33:24 +02:00
|
|
|
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
2006-05-27 04:29:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-Cephes
|
2014-02-10 23:45:31 +01:00
|
|
|
PORTVERSION= 0.5304
|
2006-05-27 04:29:37 +02:00
|
|
|
CATEGORIES= math perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-27 04:29:37 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-03-06 07:49:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-05-27 04:29:37 +02:00
|
|
|
COMMENT= Perl interface to the cephes math library
|
|
|
|
|
2012-03-06 07:49:17 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2006-05-27 04:29:37 +02:00
|
|
|
|
2014-02-10 23:45:31 +01:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Cephes/Cephes.so
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|