- Pet portlint: reorder LICENSE knobs Changes: https://github.com/Unidata/netcdf-c/releases
20 lines
458 B
Makefile
20 lines
458 B
Makefile
# Created by: Shin-ya Murakami <murashin@gfd-dennou.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-netcdf
|
|
PORTVERSION= 0.7.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Ruby interface to the NetCDF scientific IO library
|
|
|
|
LIB_DEPENDS= libnetcdf.so:science/netcdf
|
|
RUN_DEPENDS= rubygem-narray>=0:math/rubygem-narray \
|
|
rubygem-narray_miss>=0:math/rubygem-narray_miss
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|