- Update to 0.7.1.1 - Remove BUILD_DEPENDS - Remove USE_RAKE - Update WWW Changes: http://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/ChangeLog
21 lines
510 B
Makefile
21 lines
510 B
Makefile
# Created by: Shin-ya Murakami <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-netcdf
|
|
PORTVERSION= 0.7.1.1
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to the NetCDF scientific IO library
|
|
|
|
LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf
|
|
RUN_DEPENDS= rubygem-narray>=0:${PORTSDIR}/math/rubygem-narray \
|
|
rubygem-narray_miss>=0:${PORTSDIR}/math/rubygem-narray_miss
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|