openbsd-ports/net/ruby-net-sftp/Makefile
2015-05-14 17:56:15 +00:00

24 lines
490 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/05/14 17:56:15 jasper Exp $
COMMENT = pure-ruby implementation of the SFTP client protocol
DISTNAME = net-sftp-2.1.2
CATEGORIES = net
# bsd/ruby
PERMIT_PACKAGE_CDROM = 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-jeweler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>