12bc1b264f
Ruby/GSL is a Ruby extension library for GSL (GNU Scientific Library), which provides a number of functions and methods for numerical computing in Ruby. WWW: https://rubygems.org/gems/rb-gsl PR: 196994 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> Approved by: mentor (implicit)
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rb-gsl
|
|
PORTVERSION= 1.16.0.4
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= murashin@gfd-dennou.org
|
|
COMMENT= Ruby extension library for GSL (GNU Scientific Library)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
|
|
RUN_DEPENDS= rubygem-narray>=0.5.9:${PORTSDIR}/math/rubygem-narray
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|