freebsd-ports/science/rubygem-cdo/Makefile
2020-05-16 11:04:45 +00:00

21 lines
353 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cdo
PORTVERSION= 1.5.1
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby binding to CDO (Climate Data Operators)
LICENSE= BSD3CLAUSE
RUN_DEPENDS= cdo:science/cdo
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>