freebsd-ports/security/rubygem-net-telnet/Makefile
Sunpoet Po-Chuan Hsieh 9e71e18fa1 Add LICENSE
- Add NO_ARCH
2017-01-04 15:03:03 +00:00

19 lines
325 B
Makefile

# $FreeBSD$
PORTNAME= net-telnet
PORTVERSION= 0.1.1
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Provides telnet client functionality
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>