svn commit: r428723 - head/security/vpnc

Emanuel Haupt ehaupt at FreeBSD.org
Sat Dec 17 12:21:11 UTC 2016


Author: ehaupt
Date: Sat Dec 17 12:21:10 2016
New Revision: 428723
URL: https://svnweb.freebsd.org/changeset/ports/428723

Log:
  Add licenses

Modified:
  head/security/vpnc/Makefile

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Sat Dec 17 12:19:58 2016	(r428722)
+++ head/security/vpnc/Makefile	Sat Dec 17 12:21:10 2016	(r428723)
@@ -11,6 +11,10 @@ MASTER_SITES=	http://www.unix-ag.uni-kl.
 MAINTAINER=	ehaupt at FreeBSD.org
 COMMENT=	Client for Cisco 3000 VPN Concentrator
 
+LICENSE=	GPLv2 BSD2CLAUSE
+LICENSE_COMB=	multi
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 		libgpg-error.so:security/libgpg-error
 RUN_DEPENDS=	vpnc-script:sysutils/vpnc-scripts


More information about the svn-ports-head mailing list