svn commit: r442555 - head/security/p11-kit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 4 11:48:24 UTC 2017


Author: sunpoet
Date: Sun Jun  4 11:48:23 2017
New Revision: 442555
URL: https://svnweb.freebsd.org/changeset/ports/442555

Log:
  Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/p11-kit/Makefile

Modified: head/security/p11-kit/Makefile
==============================================================================
--- head/security/p11-kit/Makefile	Sun Jun  4 11:48:18 2017	(r442554)
+++ head/security/p11-kit/Makefile	Sun Jun  4 11:48:23 2017	(r442555)
@@ -9,6 +9,9 @@ MASTER_SITES=	https://github.com/p11-glue/p11-kit/rele
 MAINTAINER=	novel at FreeBSD.org
 COMMENT=	Library for loading and enumerating of PKCS\#11 modules
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 BUILD_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
 LIB_DEPENDS=	libtasn1.so:security/libtasn1 \


More information about the svn-ports-head mailing list