openbsd-ports/net/ruby-net-telnet/Makefile
kmos 6cb777c092 net-telnet telnet client functionality along with basic POP support
for checking for email.

Had been bundled with Ruby 2.7 but is a separate gem for 3.x

ok abieber@
2022-07-29 15:30:13 +00:00

19 lines
298 B
Makefile

COMMENT = telnet client functionality for ruby
DISTNAME = net-telnet-0.2.0
CATEGORIES = net
HOMEPAGE = https://github.com/ruby/net-telnet
MAINTAINER = Kurt Mosiejczuk <kmos@openbsd.org>
# Ruby
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>