Files
ports/security/rubygem-net-sftp/Makefile
Po-Chuan Hsieh 6ff0056e4b security/rubygem-net-sftp: Update to 3.0.0
- Update version requirement of RUN_DEPENDS

Changes:	https://github.com/net-ssh/net-sftp/blob/master/CHANGES.txt
2021-07-19 06:07:15 +08:00

21 lines
391 B
Makefile

# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
PORTNAME= net-sftp
PORTVERSION= 3.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Implementation of the SFTP client protocol
LICENSE= MIT
RUN_DEPENDS= rubygem-net-ssh>=5.0.0,2<7.0.0,2:security/rubygem-net-ssh
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>