mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -04:00
20 lines
496 B
Makefile
20 lines
496 B
Makefile
PORTNAME= ruby-netcdf
|
|
PORTVERSION= 0.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to the NetCDF scientific IO library
|
|
WWW= https://www.gfd-dennou.org/arch/ruby/products/ruby-netcdf/
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libnetcdf.so:science/netcdf
|
|
RUN_DEPENDS= rubygem-narray>=0:math/rubygem-narray \
|
|
rubygem-narray_miss>=0:math/rubygem-narray_miss
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|