Ticket #46037: Portfile

File Portfile, 799 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
2# $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $
3
4PortSystem          1.0
5PortGroup           octave 1.0
6
7octave.setup        ncarray 1.0.3
8platforms           darwin
9license             GPL-2+
10maintainers         gmail.com:mschamschula openmaintainer
11description         Access a single or a collection of NetCDF files as a \
12                    multi-dimensional array
13long_description    ${description}
14
15checksums           rmd160 a6050741228dbc3c0954ef9f7b5cdf80924f5a11 \
16                    sha256 a71a53386cdadaee8cf620d9d6d96e8404198d10da05150ed93d1b1d609b37fc
17
18depends_lib-append  port:octave-netcdf \
19                    port:octave-statistics