# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
PortSystem          1.0
PortGroup           python 1.0

name                py-netcdf4
version             svnhead
categories-append   science
platforms           darwin
maintainers         openmaintainer
description         Python interface to the netCDF version 4 library.
long_description    ${description}
homepage            http://code.google.com/p/netcdf4-python/
master_sites        http://netcdf4-python.googlecode.com/files/
license             MIT

distname            trunk

fetch.type          svn
svn.url             http://netcdf4-python.googlecode.com/svn/${distname}

depends_lib-append  port:netcdf port:py${python.version}-numpy 

python.default_version 27
python.versions        26 27

build.env-append USE_NCCONFIG=1
destroot.env     USE_NCCONFIG=1
