diff options
author | taca <taca@pkgsrc.org> | 2022-09-11 05:42:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-09-11 05:42:23 +0000 |
commit | 11e874e0876926df5dcce9d3d9ea648433812329 (patch) | |
tree | b9db0ca23934c2d693c19cdd654fb9182ab6e190 /security | |
parent | 6e55d6fa87b57f0e0872ba4aa77f98029d0abd5d (diff) | |
download | pkgsrc-11e874e0876926df5dcce9d3d9ea648433812329.tar.gz |
security/Makefile: add and enable ruby-oauth-tty
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 18ef2716359..dc6ebcf0300 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.872 2022/09/11 05:36:10 taca Exp $ +# $NetBSD: Makefile,v 1.873 2022/09/11 05:42:23 taca Exp $ # COMMENT= Security and cryptography tools and libraries @@ -545,6 +545,7 @@ SUBDIR+= ruby-net-ssh-gateway SUBDIR+= ruby-net-ssh-multi SUBDIR+= ruby-nexpose SUBDIR+= ruby-oauth +SUBDIR+= ruby-oauth-tty SUBDIR+= ruby-openid SUBDIR+= ruby-openssl-ccm SUBDIR+= ruby-openssl-cmac |