freebsd-ports/science/rubygem-cdo/Makefile
Sunpoet Po-Chuan Hsieh a40999d0f2 - Add LICENSE_FILE
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:15:00 +00:00

22 lines
421 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cdo
PORTVERSION= 1.2.5
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:${PORTSDIR}/science/cdo
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>