1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/p5-Math-Cephes/Makefile
Sunpoet Po-Chuan Hsieh 60f535dc9f - Update to 0.5303
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2013-10-12 16:39:46 +00:00

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>