freebsd-ports/math/p5-Math-Cephes/Makefile
Sunpoet Po-Chuan Hsieh da3e1095d2 - Update to 0.5305
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Math-Cephes/Changes
2016-05-14 01:30:37 +00:00

24 lines
493 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Math-Cephes
PORTVERSION= 0.5305
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to the cephes math library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKE_JOBS_UNSAFE= yes
USES= perl5
USE_PERL5= configure
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Cephes/Cephes.so
.include <bsd.port.mk>