1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/science/py-cdo/Makefile
Sunpoet Po-Chuan Hsieh 33746c8c1f - Update to 1.2.5
- Add GitHub repository to WWW

Changes:	https://github.com/Try2Code/cdo-bindings/commits/master
2015-03-24 17:59:16 +00:00

21 lines
431 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cdo
PORTVERSION= 1.2.5
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
.include <bsd.port.mk>