diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-18 00:05:56 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-18 00:05:56 +0800 |
commit | f2cafdfa2e05d4aa2f9f04e926e205951c8a7445 (patch) | |
tree | 19988fad11a7af9c67b8b3befe736d53e198138e /science | |
parent | c2b2ef0a9ef8de52ee9ad0a9f264221858de5fd4 (diff) | |
download | freebsd-ports-gnome-f2cafdfa2e05d4aa2f9f04e926e205951c8a7445.tar.gz freebsd-ports-gnome-f2cafdfa2e05d4aa2f9f04e926e205951c8a7445.tar.zst freebsd-ports-gnome-f2cafdfa2e05d4aa2f9f04e926e205951c8a7445.zip |
Add LICENSE
PR: 217786
Reported by: Anton Shterenlikht <mexas@bris.ac.uk>
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 08c7807ea699..4eee8c9d8bb5 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -11,6 +11,11 @@ MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ 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= libhdf5.so:science/hdf5 CONFLICTS_INSTALL= hdf-4.[0-9]* netcdf-3.[0-9]* netcdf3-3.[0-9]* |