diff options
author | nikita <nikita@pkgsrc.org> | 2020-04-28 13:46:35 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2020-04-28 13:46:35 +0000 |
commit | 6512f47b8c92edac1bd90118cfdb829817924906 (patch) | |
tree | 0690288fbd4f8bc0d3e6e07131e0ca25e987c90b /security/Makefile | |
parent | 1025cb2b4ae87128e85c741ee88b2ca1be9e07e4 (diff) | |
download | pkgsrc-6512f47b8c92edac1bd90118cfdb829817924906.tar.gz |
Add security/libgabe Version 1.0
Import from wip
Fork of the CP ABE library libbswabe (http://hms.isi.jhu.edu/acsc/cpabe/)
replacing OpenSSL with libgcrypt and fixing some bugs.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 3283eeb262c..94d196d2942 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.753 2020/04/25 18:36:10 gutteridge Exp $ +# $NetBSD: Makefile,v 1.754 2020/04/28 13:46:35 nikita Exp $ # COMMENT= Security tools @@ -163,6 +163,7 @@ SUBDIR+= libdecaf SUBDIR+= libdes SUBDIR+= libfprint SUBDIR+= libfwbuilder +SUBDIR+= libgabe SUBDIR+= libgcrypt SUBDIR+= libgfshare SUBDIR+= libglobalplatform |