freebsd-ports/science/rubygem-cdo/Makefile

20 lines
393 B
Makefile

PORTNAME= cdo
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding to CDO (Climate Data Operators)
WWW= https://code.mpimet.mpg.de/projects/cdo/wiki/Cdo%7Brbpy%7D \
https://github.com/Try2Code/cdo-bindings
LICENSE= BSD3CLAUSE
RUN_DEPENDS= cdo:science/cdo
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>