31 lines
631 B
Makefile
31 lines
631 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/01/24 17:56:07 bernd Exp $
|
|
|
|
COMMENT= pure-ruby implementation of the SSH2 client protocol
|
|
|
|
DISTNAME= net-ssh-2.0.8
|
|
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-needle-1.3.0:devel/ruby-needle
|
|
|
|
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>
|