pkgsrc/net/ruby-net-telnet/Makefile
taca edfe555cff net/ruby-net-telnet: update to 0.2.0
pkgsr change:

* Add "USE_LANGUAGES=	# none".
* Drop ruby22 support and accept ruby24 and ruby25 since ruby26 bundles
  the same version of net-telnet gem.


0.2.0 (2018/07/25)

* replacing all usage of IO.select with the io/wait methods
* Drop support for Ruby 2.2
* Eliminate `mismatched indentations` warning
2019-11-04 15:45:52 +00:00

17 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.3 2019/11/04 15:45:52 taca Exp $
DISTNAME= net-telnet-0.2.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby/net-telnet
COMMENT= Provides telnet client functionality
LICENSE= ruby-license OR 2-clause-bsd
USE_LANGUAGE= # none
# ruby26-base has the same version.
RUBY_VERSIONS_ACCEPTED= 24 25
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"