Skip to content

Commit 4047346

Browse files
author
taca
committed
textproc/ruby-csv: not for ruby40
Ruby 4.0.1 has the same version as bundled gem.
1 parent e3ed676 commit 4047346

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

textproc/ruby-csv/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.20 2025/06/04 13:58:54 taca Exp $
1+
# $NetBSD: Makefile,v 1.21 2026/02/09 07:51:35 taca Exp $
22

33
DISTNAME= csv-3.3.5
44
CATEGORIES= textproc
@@ -10,5 +10,8 @@ LICENSE= 2-clause-bsd
1010

1111
USE_LANGUAGES= # none
1212

13+
# Ruby 4.0.1 has the same version as bundled gem.
14+
RUBY_VERSIONS_ACCEPTED= 32 33 34
15+
1316
.include "../../lang/ruby/gem.mk"
1417
.include "../../mk/bsd.pkg.mk"

0 commit comments

Comments
 (0)