summaryrefslogtreecommitdiff
path: root/security/pgp5
diff options
context:
space:
mode:
authoritojun <itojun>2000-10-10 11:42:15 +0000
committeritojun <itojun>2000-10-10 11:42:15 +0000
commit8f2369214279b7f66d353a0edd1ee62e2bcd48a6 (patch)
tree1883675ad1c6309c31f3e8abc6a3d1b678c63d1e /security/pgp5
parent90ea21eec6d6503b12585ae680e995e5daa6101c (diff)
downloadpkgsrc-8f2369214279b7f66d353a0edd1ee62e2bcd48a6.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"