mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
509620a9e4
- Fix WWW Changes: https://github.com/net-ssh/net-ssh-gateway/blob/master/CHANGES.txt
23 lines
375 B
Makefile
23 lines
375 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
|
|
|
|
PORTSCOUT= limit:^1\.
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|