Ticket #32191: Portfile

File Portfile, 1022 bytes (added by jswhit (Jeff Whitaker), 12 years ago)
Line 
1# -*- 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
2# $Id$
3PortSystem          1.0
4PortGroup           python 1.0
5
6name                py-netcdf4
7version             0.9.8
8categories-append   science
9platforms           darwin
10maintainers         openmaintainer
11description         Python interface to the netCDF version 4 library.
12long_description    ${description}
13homepage            http://code.google.com/p/netcdf4-python/
14master_sites        http://netcdf4-python.googlecode.com/files/
15license             MIT
16
17distname            netCDF4-${version}
18checksums           md5    993f62d4a98662fce7f47095f318d9f2 \
19                    sha1   1535e443e6b3643246af700e46d4715499adfa5f \
20                    rmd160 e6382ab9615a3a7885a332ee8f4307df03a693fc
21
22depends_lib-append  port:netcdf port:py${python.version}-numpy
23
24python.default_version 27
25python.versions        26 27
26
27build.env-append USE_NCCONFIG=1
28destroot.env     USE_NCCONFIG=1