freebsd-ports/security/rubygem-net-ssh-gateway/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
355 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
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-ssh>=4.0.0:security/rubygem-net-ssh
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>