opnsense-ports/security/rubygem-net-ssh-gateway/Makefile
Franco Fichtner 94f272d089 */*: sync with upstream
Taken from: FreeBSD
2017-03-25 01:45:56 +01:00

20 lines
368 B
Makefile

# $FreeBSD$
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>