opnsense-ports/security/rubygem-net-telnet/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
375 B
Makefile

PORTNAME= net-telnet
PORTVERSION= 0.2.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides telnet client functionality
WWW= https://github.com/ruby/net-telnet
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USES= gem shebangfix
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>