26 lines
663 B
Makefile
26 lines
663 B
Makefile
# 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:${PORTSDIR}/math/rubygem-narray
|
|
LIB_DEPENDS= libcdcl.so:${PORTSDIR}/science/cdcl
|
|
RUN_DEPENDS= rubygem-narray>=0.5.5:${PORTSDIR}/math/rubygem-narray \
|
|
rubygem-narray_miss>0:${PORTSDIR}/math/rubygem-narray_miss
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_EXTCONF= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|