From 2cae438fb1afe8b81036950d65be156456effbef Mon Sep 17 00:00:00 2001 From: purplerain Date: Tue, 5 Sep 2023 04:26:22 +0000 Subject: [PATCH] UPDATE: net/ruby-net-protocol added ruby flavor --- net/ruby-net-protocol/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/ruby-net-protocol/Makefile b/net/ruby-net-protocol/Makefile index 2721712de..e8b738ad4 100644 --- a/net/ruby-net-protocol/Makefile +++ b/net/ruby-net-protocol/Makefile @@ -2,6 +2,9 @@ COMMENT= interface for net client DISTNAME= net-protocol-0.2.1 CATEGORIES= net + +HOMEPAGE= https://github.com/ruby/net-protocol + MAINTAINER= Purple Rain # Ruby BSD-2-Clause @@ -10,7 +13,7 @@ PERMIT_PACKAGE= Yes MODULES= lang/ruby BUILD_DEPENDS= ${RUN_DEPENDS} \ - devel/ruby-timeout \ + devel/ruby-timeout,${MODRUBY_FLAVOR} \ CONFIGURE_STYLE= ruby gem