a458badec1
Okay bernd@.
32 lines
635 B
Makefile
32 lines
635 B
Makefile
# $OpenBSD: Makefile,v 1.9 2009/05/18 14:23:50 pirofti Exp $
|
|
|
|
COMMENT= pure-ruby implementation of the SSH2 client protocol
|
|
|
|
DISTNAME= net-ssh-2.0.11
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= net
|
|
|
|
# bsd/ruby
|
|
PERMIT_PACKAGE_CDROM= yes
|
|
PERMIT_PACKAGE_FTP= yes
|
|
PERMIT_DISTFILES_CDROM= yes
|
|
PERMIT_DISTFILES_FTP= yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=net-ssh/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= :ruby-highline-*:devel/ruby-highline
|
|
|
|
CONFIGURE_STYLE=ruby gem
|
|
|
|
REGRESS_DEPENDS= :ruby-mocha-*:devel/ruby-mocha
|
|
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${RUBY} -Ilib test/test_all.rb
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|