Files
ports/science/rubygem-ruby-dcl/Makefile
Johannes Jost Meixner 107bf62d28 science/rubygem-ruby-dcl: Add port
This is a Ruby interface to the scientific graphic library DCL.

WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/

PR:		197018
Differential Revision:	https://reviews.freebsd.org/D2036
Submitted by:	Shin-ya MURAKAMI <murashin@gfd-dennou.org>
Approved by:	mentors (implicit)
2015-03-09 16:58:12 +00:00

26 lines
660 B
Makefile

# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
# $FreeBSD$
PORTNAME= ruby-dcl
PORTVERSION= 1.7.0.2
CATEGORIES= math 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>