mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Update version requirement of RUN_DEPENDS Changes: https://github.com/net-ssh/net-sftp/blob/master/CHANGES.txt
20 lines
391 B
Makefile
20 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>
|