1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/security/rubygem-net-ssh-gateway1/Makefile
2017-05-05 15:35:08 +00:00

23 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>