1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/security/rubygem-net-ssh-gateway1/Makefile
Sunpoet Po-Chuan Hsieh c81d1a0a80 Cosmetic change
2019-11-03 17:24:28 +00:00

24 lines
376 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
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>