diff options
author | schmonz <schmonz@pkgsrc.org> | 2018-08-08 08:10:24 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2018-08-08 08:10:24 +0000 |
commit | a67aae2c5c04b0885d1cbdbe89dab13fbfa28040 (patch) | |
tree | 0e731bcce10fd119534481e648d9397622c6d189 /security/nacl | |
parent | 5b2d7bc6ffddf84f7156c4c563a3a8ca5303ee87 (diff) | |
download | pkgsrc-a67aae2c5c04b0885d1cbdbe89dab13fbfa28040.tar.gz |
According to <https://cr.yp.to/highspeed/coolnacl-20120725.pdf>, "NaCl
is in the public domain". Set LICENSE accordingly.
Diffstat (limited to 'security/nacl')
-rw-r--r-- | security/nacl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nacl/Makefile b/security/nacl/Makefile index 48e8fdd2750..9bb68fdccbe 100644 --- a/security/nacl/Makefile +++ b/security/nacl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/04/08 18:36:51 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2018/08/08 08:10:24 schmonz Exp $ DISTNAME= nacl-20110221 CATEGORIES= security @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://nacl.cr.yp.to COMMENT= Secure, usable, fast networking and cryptography library -LICENSE= djb-nonlicense +LICENSE= public-domain USE_LANGUAGES= c c++ |