aboutsummaryrefslogtreecommitdiffstats
path: root/science/rubygem-ruby-dcl/Makefile
blob: 598a0072429832c5e0dc8254e732310c510ea7ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$

PORTNAME=   ruby-dcl
PORTVERSION=    1.7.0.2
CATEGORIES= science rubygems
MASTER_SITES=   RG

MAINTAINER= murashin@gfd-dennou.org
COMMENT=    Ruby interface to the scientific graphic library DCL

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS=  rubygem-narray>=0.5.5:math/rubygem-narray
LIB_DEPENDS=    libcdcl.so:science/cdcl
RUN_DEPENDS=    rubygem-narray>=0.5.5:math/rubygem-narray \
        rubygem-narray_miss>0:math/rubygem-narray_miss

USE_RUBY=   yes
USE_RUBY_EXTCONF=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>