mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
5da7ccc1fb
Exp-Run by: antoine PR: 220408
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gsl
|
|
PORTVERSION= 2.1.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= math rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMEPREFIX= rubygem-rb-
|
|
|
|
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
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|