diff options
author | taca <taca@pkgsrc.org> | 2022-08-28 04:10:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-28 04:10:32 +0000 |
commit | a5d98b2d9b4a0ac2e0b7559f7711528dc3a85eaf (patch) | |
tree | e5a0aa3538ca2ef83c1158ba49b949f7729cf2ef /net/Makefile | |
parent | e35e995b15838aadaa072832846ea46f0bf013c5 (diff) | |
download | pkgsrc-a5d98b2d9b4a0ac2e0b7559f7711528dc3a85eaf.tar.gz |
net/Makefile: add and enable ruby-net-imap
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index a5a13843445..0212fccc2ec 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1473 2022/08/23 21:47:10 wiz Exp $ +# $NetBSD: Makefile,v 1.1474 2022/08/28 04:10:32 taca Exp $ # COMMENT= Networking tools @@ -830,6 +830,7 @@ SUBDIR+= ruby-ffi-rzmq-core SUBDIR+= ruby-icmp SUBDIR+= ruby-ipaddress SUBDIR+= ruby-net-dhcp +SUBDIR+= ruby-net-imap SUBDIR+= ruby-net-ldap SUBDIR+= ruby-net-ping SUBDIR+= ruby-netaddr |