ports/math/rubygem-rb-gsl/Makefile
2022-01-12 20:41:22 +01:00

21 lines
435 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
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)
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>