diff options
author | gdt <gdt@pkgsrc.org> | 2007-06-14 18:40:57 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-06-14 18:40:57 +0000 |
commit | 992197a87e5284b2f18da1bcc362ec403909d88b (patch) | |
tree | 21f3f1f3c43caf4c0316668041bf54b425ee57e6 /security/srp_client/Makefile | |
parent | 655f5c1478839b3547431da96826a5cc951fcda8 (diff) | |
download | pkgsrc-992197a87e5284b2f18da1bcc362ec403909d88b.tar.gz |
add RESTRICTED, NO_*_ON_CDROM
Diffstat (limited to 'security/srp_client/Makefile')
-rw-r--r-- | security/srp_client/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/srp_client/Makefile b/security/srp_client/Makefile index 56db67fc292..cdea79ecad4 100644 --- a/security/srp_client/Makefile +++ b/security/srp_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/01/07 09:14:10 rillig Exp $ +# $NetBSD: Makefile,v 1.34 2007/06/14 18:40:57 gdt Exp $ DISTNAME= srp-1.4.4 PKGNAME= srp-client-1.4.4 @@ -12,6 +12,9 @@ HOMEPAGE= http://srp.stanford.edu/ COMMENT= Client programs using Secure Remote Password protocol LICENSE= srp_client-license +RESTRICTED= Vague patent claims. +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} CRYPTO= yes GNU_CONFIGURE= yes |