aboutsummaryrefslogtreecommitdiffstats
path: root/math/rubygem-rb-gsl/Makefile
blob: 1d57b54f12bf0d8a9dbd72604a6734494eb25dc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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:math/gsl
RUN_DEPENDS=    rubygem-narray>=0.5.9:math/rubygem-narray

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>