diff options
author | taca <taca@pkgsrc.org> | 2022-09-03 04:05:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-09-03 04:05:49 +0000 |
commit | 06e1976857a9271fc2d13ae22dd136a4b464fd29 (patch) | |
tree | f3c48fc33a1cde57637c73e57c85aa30adb41ce1 | |
parent | 6a755a940700a42bc0004ec54214b69dc6105181 (diff) | |
download | pkgsrc-06e1976857a9271fc2d13ae22dd136a4b464fd29.tar.gz |
net/Makefile: add and enable ruby-net-protocol
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index e98f04252ff..ad823ef4d2a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1477 2022/09/02 14:51:29 taca Exp $ +# $NetBSD: Makefile,v 1.1478 2022/09/03 04:05:49 taca Exp $ # COMMENT= Networking tools @@ -835,6 +835,7 @@ SUBDIR+= ruby-net-imap SUBDIR+= ruby-net-ldap SUBDIR+= ruby-net-ping SUBDIR+= ruby-net-pop +SUBDIR+= ruby-net-protocol SUBDIR+= ruby-net-smtp SUBDIR+= ruby-netaddr SUBDIR+= ruby-netrc |