forked from Lainports/freebsd-ports
- Update version requirement of RUN_DEPENDS Changes: https://github.com/net-ssh/net-sftp/blob/master/CHANGES.txt https://github.com/net-ssh/net-sftp/commits/master
19 lines
359 B
Makefile
19 lines
359 B
Makefile
PORTNAME= net-sftp
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Implementation of the SFTP client protocol
|
|
WWW= https://github.com/net-ssh/net-sftp
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-net-ssh>=5.0.0,2<8.0.0,2:security/rubygem-net-ssh
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|