diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-02-02 23:47:08 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-02-02 23:47:08 +0800 |
commit | a75363674ec98c6592b57a03aaddc8301838910e (patch) | |
tree | 31a940b810ef7e65db8b37a163b5ac04f885de1e /security/openssh-portable | |
parent | 9e1bfbfc6a1da9aa5d6f29f2e15bf522601a201a (diff) | |
download | freebsd-ports-gnome-a75363674ec98c6592b57a03aaddc8301838910e.tar.gz freebsd-ports-gnome-a75363674ec98c6592b57a03aaddc8301838910e.tar.zst freebsd-ports-gnome-a75363674ec98c6592b57a03aaddc8301838910e.zip |
- License is all of BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,
"any purpose with notice intact",ISC-Style. The framework does not
support such a case easily.
See http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/LICENCE?rev=HEAD
Diffstat (limited to 'security/openssh-portable')
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 552739ae08f8..4636e7cd7e57 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -12,7 +12,8 @@ PKGNAMESUFFIX?= -portable MAINTAINER= bdrewery@FreeBSD.org COMMENT= The portable version of OpenBSD's OpenSSH -LICENSE= BSD +#LICENSE= BSD2,BSD3,MIT,public domain,BSD-Style,BEER-WARE,"any purpose with notice intact",ISC-Style +#LICENSE_FILE= ${WRKSRC}/LICENCE CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* |