diff options
author | he <he@pkgsrc.org> | 2017-08-23 13:46:44 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2017-08-23 13:46:44 +0000 |
commit | 3d2fd120502a67f33f87f1cc392ce1cec4c36d96 (patch) | |
tree | 203c6f521ab8e7977d032f48aebbba5fd5e20206 /security | |
parent | bab7644093e7a468fb5a9027ee54f5e287b504d1 (diff) | |
download | pkgsrc-3d2fd120502a67f33f87f1cc392ce1cec4c36d96.tar.gz |
Add p5-Crypt-Curve25519.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 61abad3213f..2f7744ef6cc 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.622 2017/08/17 02:00:31 gavan Exp $ +# $NetBSD: Makefile,v 1.623 2017/08/23 13:46:44 he Exp $ # COMMENT= Security tools @@ -252,6 +252,7 @@ SUBDIR+= p5-Crypt-Blowfish_PP SUBDIR+= p5-Crypt-CAST5_PP SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Crypt-CipherSaber +SUBDIR+= p5-Crypt-Curve25519 SUBDIR+= p5-Crypt-DES SUBDIR+= p5-Crypt-DES_EDE3 SUBDIR+= p5-Crypt-DH |