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

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>