Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2015 02:10:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402123 - head/security/libgpg-error
Message-ID:  <201511210210.tAL2ADdf010500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 21 02:10:13 2015
New Revision: 402123
URL: https://svnweb.freebsd.org/changeset/ports/402123

Log:
  - Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/libgpg-error/Makefile

Modified: head/security/libgpg-error/Makefile
==============================================================================
--- head/security/libgpg-error/Makefile	Sat Nov 21 02:10:09 2015	(r402122)
+++ head/security/libgpg-error/Makefile	Sat Nov 21 02:10:13 2015	(r402123)
@@ -10,6 +10,11 @@ MASTER_SITES=	GNUPG
 MAINTAINER=	novel@FreeBSD.org
 COMMENT=	Common error values for all GnuPG components
 
+LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
+LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
+LICENSE_FILE_LGPL21=	${WRKSRC}/COPYING.LIB
+
 OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511210210.tAL2ADdf010500>