opnsense-ports/security/rubygem-net-ssh-gateway/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>