forked from Lainports/opnsense-ports
19 lines
393 B
Makefile
19 lines
393 B
Makefile
PORTNAME= net-ssh-gateway
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Establish Net::SSH connections through firewalls
|
|
WWW= https://github.com/net-ssh/net-ssh-gateway
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-net-ssh>=4.0.0,2:security/rubygem-net-ssh
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|