mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
21 lines
435 B
Makefile
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>
|