svn commit: r438716 - head/science/netcdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 17 16:05:58 UTC 2017


Author: sunpoet
Date: Mon Apr 17 16:05:56 2017
New Revision: 438716
URL: https://svnweb.freebsd.org/changeset/ports/438716

Log:
  Add LICENSE
  
  PR:		217786
  Reported by:	Anton Shterenlikht <mexas at bris.ac.uk>

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Mon Apr 17 16:05:52 2017	(r438715)
+++ head/science/netcdf/Makefile	Mon Apr 17 16:05:56 2017	(r438716)
@@ -11,6 +11,11 @@ MASTER_SITES=	http://www.unidata.ucar.ed
 MAINTAINER=	sunpoet at 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]*


More information about the svn-ports-head mailing list