diff options
author | taca <taca@pkgsrc.org> | 2021-05-09 04:41:27 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-05-09 04:41:27 +0000 |
commit | 7eae5d33470441086e3724b33a08a97a5348b2e0 (patch) | |
tree | 4b99677e40abb3b54ef6f20d211cd50d8d14e3c9 /security/Makefile | |
parent | 1989a89d99ef5d77521de78d7bdb4a8d0605e9a0 (diff) | |
download | pkgsrc-7eae5d33470441086e3724b33a08a97a5348b2e0.tar.gz |
security/Makefile: add and enable ruby-certified
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 4ec49cdb3c0..4437367b08e 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.818 2021/05/05 16:01:18 pho Exp $ +# $NetBSD: Makefile,v 1.819 2021/05/09 04:41:27 taca Exp $ # COMMENT= Security and cryptography tools and libraries @@ -533,6 +533,7 @@ SUBDIR+= rsaref SUBDIR+= ruby-airbrussh SUBDIR+= ruby-bcrypt SUBDIR+= ruby-bcrypt_pbkdf +SUBDIR+= ruby-certified SUBDIR+= ruby-chef-vault SUBDIR+= ruby-ed25519 SUBDIR+= ruby-ezcrypto |