diff options
author | taca <taca@pkgsrc.org> | 2022-11-11 13:30:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-11-11 13:30:14 +0000 |
commit | 83bda3d48a8c932b76772414a16c3a2fc33d2134 (patch) | |
tree | b65fc7f16428de3521dd5207cd2eb8f7eba626d6 /devel | |
parent | 123af686e174424d86007ef912eb87fd14901f70 (diff) | |
download | pkgsrc-83bda3d48a8c932b76772414a16c3a2fc33d2134.tar.gz |
devel/Makefile: add and enable ruby-console
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1976f8982c8..60c91ff2292 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3824 2022/11/11 13:26:07 taca Exp $ +# $NetBSD: Makefile,v 1.3825 2022/11/11 13:30:14 taca Exp $ # COMMENT= Development utilities @@ -3067,6 +3067,7 @@ SUBDIR+= ruby-celluloid-supervision SUBDIR+= ruby-classy_hash SUBDIR+= ruby-cmd SUBDIR+= ruby-concurrent-ruby +SUBDIR+= ruby-console SUBDIR+= ruby-contracts SUBDIR+= ruby-cucumber-core SUBDIR+= ruby-cucumber-expressions |