2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Renaud Chaput <renchap@cocoa-x.com>
|
2011-05-03 01:28:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= net-ssh-multi
|
2015-05-05 09:28:01 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2011-05-03 01:28:58 +02:00
|
|
|
CATEGORIES= security rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= renchap@cocoa-x.com
|
|
|
|
COMMENT= SSH connection multiplexing library for Ruby
|
|
|
|
|
2014-05-12 18:40:01 +02:00
|
|
|
LICENSE= MIT
|
2016-03-20 19:38:42 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
2014-05-12 18:40:01 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= rubygem-net-ssh>=2.6.5:security/rubygem-net-ssh \
|
|
|
|
rubygem-net-ssh-gateway>=1.2.0:security/rubygem-net-ssh-gateway
|
2011-05-03 01:28:58 +02:00
|
|
|
|
2016-03-20 19:38:42 +01:00
|
|
|
NO_ARCH= yes
|
2011-05-03 01:28:58 +02:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2011-05-03 01:28:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|