svn commit: r438717 - head/science/netcdf-fortran

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


Author: sunpoet
Date: Mon Apr 17 16:06:01 2017
New Revision: 438717
URL: https://svnweb.freebsd.org/changeset/ports/438717

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

Modified:
  head/science/netcdf-fortran/Makefile

Modified: head/science/netcdf-fortran/Makefile
==============================================================================
--- head/science/netcdf-fortran/Makefile	Mon Apr 17 16:05:56 2017	(r438716)
+++ head/science/netcdf-fortran/Makefile	Mon Apr 17 16:06:01 2017	(r438717)
@@ -10,6 +10,11 @@ CATEGORIES=	science
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Fortran 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-ftn-[0-9]* netcdf3-ftn-[0-9]*


More information about the svn-ports-head mailing list