aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-hrr_rb_ssh/Makefile
blob: cd618e08d978db315fb7bc14b2d594428d1a8e2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	hrr_rb_ssh
DISTVERSION=	0.4.2
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Pure Ruby SSH 2.0 server implementation
WWW=		https://github.com/hirura/hrr_rb_ssh

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>