# $OpenBSD: Makefile,v 1.16 2013/10/26 23:55:37 jeremy Exp $ COMMENT = pure-Ruby implementation of the SCP protocol DISTNAME = net-scp-1.0.4 REVISION = 0 CATEGORIES = net # MIT PERMIT_PACKAGE_CDROM = Yes MODULES = lang/ruby BUILD_DEPENDS = ${RUN_DEPENDS} RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.0.0 CONFIGURE_STYLE = ruby gem TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR} do-test: cd ${WRKSRC} && ${RUBY} -rubygems -Ilib test/test_all.rb .include