SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
net/ruby-net-scp/Makefile
Normal file
20
net/ruby-net-scp/Makefile
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue