mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
60f535dc9f
- Support STAGEDIR Changes: http://search.cpan.org/dist/Math-Cephes/Changes
18 lines
325 B
Makefile
18 lines
325 B
Makefile
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Cephes
|
|
PORTVERSION= 0.5303
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl interface to the cephes math library
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|