SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

20
net/ruby-net-scp/Makefile Normal file
View file

@ -0,0 +1,20 @@
COMMENT = pure-Ruby implementation of the SCP protocol
DISTNAME = net-scp-1.2.1
CATEGORIES = net
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>