openbsd-ports/net/ruby-net-ssh/Makefile

32 lines
658 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2010/09/28 20:12:18 jeremy Exp $
2009-10-13 15:25:10 -04:00
COMMENT = pure-ruby implementation of the SSH2 client protocol
DISTNAME = net-ssh-2.0.15
2009-10-13 15:25:10 -04:00
PKGNAME = ruby-${DISTNAME}
REVISION = 0
2009-10-13 15:25:10 -04:00
CATEGORIES = net
# bsd/ruby
2009-10-13 15:25:10 -04:00
PERMIT_PACKAGE_CDROM = yes
PERMIT_PACKAGE_FTP = yes
PERMIT_DISTFILES_CDROM = yes
PERMIT_DISTFILES_FTP = yes
2009-10-13 15:25:10 -04:00
MODULES = lang/ruby
2009-10-13 15:25:10 -04:00
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = :ruby-highline-*:devel/ruby-highline
2009-10-13 15:25:10 -04:00
CONFIGURE_STYLE = ruby gem
2009-10-13 15:25:10 -04:00
REGRESS_DEPENDS = :ruby-mocha-*:devel/ruby-mocha \
::devel/ruby-test-unit
do-regress:
2009-10-13 15:25:10 -04:00
@cd ${WRKBUILD} && ${RUBY} -Ilib -rubygems test/test_all.rb
PKG_ARCH= *
.include <bsd.port.mk>