92ee61f36d
Ruby binding to CDO (Climate Data Operators) GitHub repository at https://github.com/Try2Code/cdo-bindings WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D RG: https://rubygems.org/gems/cdo
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdo
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby binding to CDO (Climate Data Operators)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|