blob: 132cdf079ea4b5341780b5d5acfcdb66db695eb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cdo
PORTVERSION= 1.2.3
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python binding to CDO (Climate Data Operators)
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo
USE_PYTHON= autoplist distutils
USES= python:2
.include <bsd.port.mk>
|