freebsd-ports/security/rubygem-hrr_rb_ssh/Makefile
Antoine Brodin 2e3ffd99f1 New port: security/rubygem-hrr_rb_ssh
Pure Ruby SSH 2.0 server implementation.

WWW: https://github.com/hirura/hrr_rb_ssh
2020-03-09 19:46:05 +00:00

20 lines
361 B
Makefile

# $FreeBSD$
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>