Commits
Takeshi Enomoto authored 4225e59d4d8
1 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 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup active_variants 1.1 |
5 5 | PortGroup conflicts_build 1.0 |
6 6 | PortGroup compilers 1.0 |
7 7 | |
8 - | compilers.choose fc f77 f90 |
9 8 | compilers.setup require_fortran |
10 9 | |
11 10 | name ncarg |
12 11 | version 6.6.2 |
12 + | revision 1 |
13 13 | epoch 1 |
14 14 | set version_no_dot [join [split ${version} "."] ""] |
15 15 | categories science |
16 16 | platforms darwin |
17 17 | maintainers {takeshi @tenomoto} openmaintainer |
18 18 | license {UCAR-Unidata public-domain BSD LGPL-3 GPL-3} |
19 19 | |
20 20 | description language for scientific data processing and visualization |
21 21 | long_description \ |
22 22 | The NCAR Command Language (NCL), a product of \ |