1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/science/rubygem-cdo/Makefile

22 lines
379 B
Makefile

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