diff options
author | gdt <gdt@pkgsrc.org> | 2006-05-10 12:26:31 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-05-10 12:26:31 +0000 |
commit | 67a6804c75cfc556da639e71802b87c8d0347ee1 (patch) | |
tree | 8418440ef253d4239ed1f7b5c49f3d7fe1c1aa9b /security/ssh2 | |
parent | 580544608477ce8a8deb1a56248c817d8bce0b6d (diff) | |
download | pkgsrc-67a6804c75cfc556da639e71802b87c8d0347ee1.tar.gz |
This software does not qualify as either Free or Open Source.
Add LICENSE=, and license file.
Set RESTRICTED and NO_BIN_ON_* because permission to distribute
derived works is unclear, limited to some operating systems, and
requires a reciprocal license grant.
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 5d35a777084..8b61f9380bf 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/05/10 12:26:31 gdt Exp $ DISTNAME= ssh-3.2.9.1 PKGNAME= ${DISTNAME:C/ssh-/ssh2-/} @@ -29,9 +29,10 @@ PLIST_SRC= ${.CURDIR}/../../security/ssh2/PLIST .include "../../mk/bsd.prefs.mk" -.if (${OPSYS:M*BSD} == "") && (${OPSYS} != "Linux") -LICENSE= no-commercial-use -.endif +LICENSE= ssh-communications-security-license +RESTRICTED= Reciprocal grant required for derivative works. Non-comercial use restrictions on some systems. +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} .if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc64" # Later we may want to put an upper version bound on OS_VERSION or on |