summaryrefslogtreecommitdiff
path: root/security/rubygem-net-ssh-gateway/Makefile
blob: 5e85bfcd7c0a708b2d0baa9a01357aed49f033f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	net-ssh-gateway
PORTVERSION=	2.0.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Establish Net::SSH connections through firewalls
WWW=		https://github.com/net-ssh/net-ssh-gateway

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-net-ssh>=4.0.0,2:security/rubygem-net-ssh

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>