pkgsrc/math/ruby-gsl/Makefile
taca 312e5ba385 Update ruby-gsl to 2.1.0.1.
AFAIR, pkgsrc's ruby23-base dose not met below problem but here is changes:

* Gem was not compiling on Ruby 2.3.0 due to non-availability of
  correct headers. This minor release fixes that problem.
2016-10-15 14:42:10 +00:00

17 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.18 2016/10/15 14:42:10 taca Exp $
DISTNAME= gsl-2.1.0.1
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/SciRuby/rb-gsl
COMMENT= Ruby interface to GNU Scientific Library
LICENSE= gnu-gpl-v2 # OR later
DEPENDS+= ${RUBY_PKGPREFIX}-narray>=0.5.9:../../math/ruby-narray
USE_GCC_RUNTIME= yes
.include "../../lang/ruby/gem.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"