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

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Implementation of the SFTP client protocol

LICENSE=	MIT

RUN_DEPENDS=	rubygem-net-ssh6>=5.0.0<7.0.0:security/rubygem-net-ssh6

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>