diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-04-15 14:45:01 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-04-15 14:45:01 +0000 |
commit | c958485a3316235483d65299f46a0ef888796cad (patch) | |
tree | ed7eafe81adca12a2437392a010dc47207d2a58c /security | |
parent | df184e32c9594252e1b407d6ef6cfbe54ba9941b (diff) | |
download | ports-c958485a3316235483d65299f46a0ef888796cad.tar.gz ports-c958485a3316235483d65299f46a0ef888796cad.zip |
- Add LICENSE
Notes
Notes:
svn path=/head/; revision=294860
Diffstat (limited to 'security')
-rw-r--r-- | security/openconnect/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile index 45dbb114ff66..4028c7e2ceec 100644 --- a/security/openconnect/Makefile +++ b/security/openconnect/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ MAINTAINER= zi@FreeBSD.org COMMENT= A client for Cisco's AnyConnect SSL VPN +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LGPL + LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes |