opnsense-ports/security/rubygem-net-ssh-gateway1/Makefile
Franco Fichtner 7b8b305eec */*: sync with upstream
Taken from: FreeBSD
2017-05-06 16:28:07 +02:00

22 lines
375 B
Makefile

# $FreeBSD$
PORTNAME= net-ssh-gateway
PORTVERSION= 1.3.0
CATEGORIES= security rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Establish Net::SSH connections through firewalls
LICENSE= MIT
RUN_DEPENDS= rubygem-net-ssh>=2.6.5:security/rubygem-net-ssh
PORTSCOUT= limit:^1\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>