ports/security/rubygem-net-scp/Makefile
Po-Chuan Hsieh aa136f4016
security/rubygem-net-scp: Update to 3.0.0
- Add LICENSE_FILE
- Update version requirement of RUN_DEPENDS

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

19 lines
340 B
Makefile

PORTNAME= net-scp
PORTVERSION= 3.0.0
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Non-interactive SCP processing
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-net-ssh>=2.6.5,2<7.0.0,2:security/rubygem-net-ssh
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>