pkgsrc/net/ruby-net-telnet/Makefile
jperkin 4accc52f74 ruby-net-telnet: Limit to ruby22.
Appears to be bundled with ruby23-base and newer, leading to conflicts.
2018-10-22 15:45:46 +00:00

15 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.2 2018/10/22 15:45:46 jperkin Exp $
DISTNAME= net-telnet-0.1.1
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
# Appears to be bundled with ruby23-base and newer.
RUBY_VERSIONS_ACCEPTED= 22
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"