24 lines
503 B
Makefile
24 lines
503 B
Makefile
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:35:56 espie Exp $
|
|
|
|
COMMENT = pure-ruby implementation of the SFTP client protocol
|
|
|
|
DISTNAME = net-sftp-2.0.2
|
|
REVISION = 6
|
|
CATEGORIES = net
|
|
|
|
# bsd/ruby
|
|
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 ${WRKBUILD} && ${RUBY} -rubygems -Ilib test/test_all.rb
|
|
|
|
.include <bsd.port.mk>
|