mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
25 lines
577 B
Makefile
25 lines
577 B
Makefile
PORTNAME= gsl
|
|
PORTVERSION= 2.1.0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMEPREFIX= rubygem-rb-
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Ruby extension library for GSL (GNU Scientific Library)
|
|
WWW= https://github.com/blackwinter/rb-gsl
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgsl.so:math/gsl
|
|
RUN_DEPENDS= rubygem-narray>=0.5.9:math/rubygem-narray
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD
|
|
CONFIGURE_ARGS+= --with-cflags="-Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types"
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|