diff options
author | zi <zi@FreeBSD.org> | 2012-04-15 22:45:01 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-04-15 22:45:01 +0800 |
commit | e210126c0d070b5856f8f306f6574542f52750ac (patch) | |
tree | 570d5ec08a8551e52905efff1e6a11f93267fe0b | |
parent | 1b091a835d383c2e587e231397bcbd88c5d3997f (diff) | |
download | freebsd-ports-graphics-e210126c0d070b5856f8f306f6574542f52750ac.tar.gz freebsd-ports-graphics-e210126c0d070b5856f8f306f6574542f52750ac.tar.zst freebsd-ports-graphics-e210126c0d070b5856f8f306f6574542f52750ac.zip |
- Add LICENSE
-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 45dbb114ff6..4028c7e2cee 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 |