svn commit: r448727 - head/science/netcdf-cxx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 25 18:21:03 UTC 2017


Author: sunpoet
Date: Fri Aug 25 18:21:02 2017
New Revision: 448727
URL: https://svnweb.freebsd.org/changeset/ports/448727

Log:
  Add LICENSE

Modified:
  head/science/netcdf-cxx/Makefile

Modified: head/science/netcdf-cxx/Makefile
==============================================================================
--- head/science/netcdf-cxx/Makefile	Fri Aug 25 18:21:00 2017	(r448726)
+++ head/science/netcdf-cxx/Makefile	Fri Aug 25 18:21:02 2017	(r448727)
@@ -9,6 +9,11 @@ CATEGORIES=	science
 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=	libnetcdf.so:science/netcdf
 
 CONFLICTS=	netcdf-3.* netcdf-4.[0-2].*


More information about the svn-ports-all mailing list