diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-25 18:21:02 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-08-25 18:21:02 +0000 |
commit | 48436eeffcb8d5090834883eac3f2c5031217138 (patch) | |
tree | 6e96ce272820720daea2d871e551f47025e6e9fd /science | |
parent | 47a4e57c998c3e480d3345042e1db29672719d82 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf-cxx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/netcdf-cxx/Makefile b/science/netcdf-cxx/Makefile index 3b30e8c6379a..dfbe38f16a15 100644 --- a/science/netcdf-cxx/Makefile +++ b/science/netcdf-cxx/Makefile @@ -9,6 +9,11 @@ CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ library for machine-independent, array-oriented data access +LICENSE= UCAR_UNIDATA +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_NAME= University Corporation for Atmospheric Research/Unidata +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + LIB_DEPENDS= libnetcdf.so:science/netcdf CONFLICTS= netcdf-3.* netcdf-4.[0-2].* |