1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/security/rubygem-net-ssh-gateway1/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
363 B
Makefile

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>