summaryrefslogtreecommitdiff
path: root/security/pgp5
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-10-10 11:42:15 +0000
committeritojun <itojun@pkgsrc.org>2000-10-10 11:42:15 +0000
commit133bb033672be759128d1812c4736da72485d57f (patch)
tree1883675ad1c6309c31f3e8abc6a3d1b678c63d1e /security/pgp5
parent64d1c52ea76c92f69489974dc2f7b296b80a80f5 (diff)
downloadpkgsrc-133bb033672be759128d1812c4736da72485d57f.tar.gz
add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic.
(per discussion on packages@netbsd.org)
Diffstat (limited to 'security/pgp5')
-rw-r--r--security/pgp5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile
index 752fa879379..5d3361c4062 100644
--- a/security/pgp5/Makefile
+++ b/security/pgp5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/09/26 19:59:54 fredb Exp $
+# $NetBSD: Makefile,v 1.10 2000/10/10 11:42:18 itojun Exp $
#
DISTNAME= pgp50i-unix-src
@@ -23,6 +23,9 @@ CRYPTO= YES
GNU_CONFIGURE= YES
USE_RSAREF2= NO
+# use of IDEA as crypto function
+LICENCE= fee-based-commercial-use
+
PGPLIB= ${PREFIX}/share/pgp5
.include "../../mk/bsd.prefs.mk"