/ports/python/py-netcdf4/Portfile
#! | 28 lines | 22 code | 6 blank | 0 comment | 0 complexity | c1c4d4c98a83c795ec2b876f02bda0af MD5 | raw file
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 svnhead 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 trunk 18 19fetch.type svn 20svn.url http://netcdf4-python.googlecode.com/svn/${distname} 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