Changes: https://github.com/net-ssh/net-scp/blob/master/CHANGES.txt https://github.com/net-ssh/net-scp/commits/master
20 lines
365 B
Makefile
20 lines
365 B
Makefile
PORTNAME= net-scp
|
|
PORTVERSION= 4.1.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Non-interactive SCP processing
|
|
WWW= https://github.com/net-ssh/net-scp
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-net-ssh6>=2.6.5<7.0.0:security/rubygem-net-ssh6
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|