freebsd-ports/math/p5-Math-Cephes/Makefile
Emanuel Haupt 72972c9d01 - Update to 0.5304
- Strip shared object
2014-02-10 22:45:31 +00:00

20 lines
419 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Cephes
PORTVERSION= 0.5304
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
post-install:
@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Math/Cephes/Cephes.so
.include <bsd.port.mk>