summaryrefslogtreecommitdiff
path: root/net/ruby-pcaprub
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-02-14 15:09:29 +0000
committertaca <taca@pkgsrc.org>2021-02-14 15:09:29 +0000
commit3aea85fc0d75f12aaf13fd96bc0644e3f63e2c6c (patch)
treecc27ff6f1de496238a88d2ca37b8280e9262a1ff /net/ruby-pcaprub
parent71d691cf79804215aac7e112c29b5c6106acb1f6 (diff)
downloadpkgsrc-3aea85fc0d75f12aaf13fd96bc0644e3f63e2c6c.tar.gz
Mark these packages Ruby 3.0 incompatible
Diffstat (limited to 'net/ruby-pcaprub')
-rw-r--r--net/ruby-pcaprub/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ruby-pcaprub/Makefile b/net/ruby-pcaprub/Makefile
index 6a3429798ef..9bcbbb6b048 100644
--- a/net/ruby-pcaprub/Makefile
+++ b/net/ruby-pcaprub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 15:55:35 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/14 15:09:30 taca Exp $
DISTNAME= pcaprub-0.13.0
CATEGORIES= net
@@ -10,6 +10,8 @@ LICENSE= gnu-lgpl-v2.1
MAKE_ENV.SunOS+= cppflags="-Du_int32_t=uint32_t"
+RUBY_VERSIONS_INCOMPATIBLE= 30
+
.include "../../net/libpcap/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"