openbsd-ports/net/ruby-net-sftp/Makefile

24 lines
490 B
Makefile
Raw Normal View History

2015-05-14 13:56:15 -04:00
# $OpenBSD: Makefile,v 1.20 2015/05/14 17:56:15 jasper Exp $
COMMENT = pure-ruby implementation of the SFTP client protocol
2015-05-14 13:56:15 -04:00
DISTNAME = net-sftp-2.1.2
CATEGORIES = net
# bsd/ruby
PERMIT_PACKAGE_CDROM = yes
2015-05-14 13:56:15 -04:00
MODULES = lang/ruby
2015-05-14 13:56:15 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
2015-05-14 13:56:15 -04:00
CONFIGURE_STYLE = ruby gem
2015-05-14 13:56:15 -04:00
MODRUBY_TEST = rake
TEST_DEPENDS = devel/ruby-jeweler,${MODRUBY_FLAVOR} \
devel/ruby-mocha,${MODRUBY_FLAVOR}
.include <bsd.port.mk>