summaryrefslogtreecommitdiff
path: root/security/rubygem-hrr_rb_ssh/Makefile
blob: dd20d53ad48cec6229a8d153e238ef273ea726f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	hrr_rb_ssh
DISTVERSION=	0.3.0.pre2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Pure Ruby SSH 2.0 server implementation

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-ed25519>=1.2:security/rubygem-ed25519

NO_ARCH=	yes
USES=		gem
USE_RUBY=	yes

.include <bsd.port.mk>