d4a8328855
* Suppress warnings in Ruby 2.4 by suppressing use of Fixnum.
15 lines
389 B
Makefile
15 lines
389 B
Makefile
# $NetBSD: Makefile,v 1.20 2017/06/05 14:30:51 taca Exp $
|
|
|
|
DISTNAME= gsl-2.1.0.3
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/SciRuby/rb-gsl/
|
|
COMMENT= Ruby interface to GNU Scientific Library
|
|
LICENSE= gnu-gpl-v2 # OR later
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|