summaryrefslogtreecommitdiff
path: root/security/pgp2
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/pgp2
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/pgp2')
-rw-r--r--security/pgp2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pgp2/Makefile b/security/pgp2/Makefile
index 0b6fec07c5e..726b5c39d59 100644
--- a/security/pgp2/Makefile
+++ b/security/pgp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2000/09/26 19:59:54 fredb Exp $
+# $NetBSD: Makefile,v 1.27 2000/10/10 11:42:15 itojun Exp $
# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
#
@@ -14,6 +14,9 @@ HOMEPAGE= http://www.pgpi.com/
CRYPTO= yes
USE_RSAREF2= NO
+# use of IDEA as crypto function
+LICENCE= fee-based-commercial-use
+
.include "../../mk/bsd.prefs.mk"
.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES