aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-net-telnet/Makefile
blob: 18abd6688dcfba6f785d0b2426348b34ab0730c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	net-telnet
PORTVERSION=	0.2.0
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 shebangfix
SHEBANG_FILES=	bin/setup

.include <bsd.port.mk>