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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of the SFTP client protocol
WWW=		https://github.com/net-ssh/net-sftp

LICENSE=	MIT

RUN_DEPENDS=	rubygem-net-ssh>=5.0.0,2<8.0.0,2:security/rubygem-net-ssh

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>