2010-11-08 23:28:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/11/08 23:28:55 jeremy Exp $
|
2008-05-09 18:52:19 +00:00
|
|
|
|
|
|
|
COMMENT = pure-Ruby implementation of the SCP protocol
|
|
|
|
|
2009-05-19 21:08:35 +00:00
|
|
|
DISTNAME = net-scp-1.0.2
|
2010-11-08 23:28:53 +00:00
|
|
|
REVISION = 2
|
2008-06-14 23:53:05 +00:00
|
|
|
CATEGORIES = net
|
2008-05-09 18:52:19 +00:00
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = lang/ruby
|
|
|
|
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-08 23:28:53 +00:00
|
|
|
RUN_DEPENDS = :${MODRUBY_PKG_PREFIX}-net-ssh->=2.0.0:net/ruby-net-ssh,${FLAVOR}
|
2008-05-09 18:52:19 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
|
2010-11-08 23:28:53 +00:00
|
|
|
REGRESS_DEPENDS = :${MODRUBY_PKG_PREFIX}-mocha-*:devel/ruby-mocha,${FLAVOR}
|
2008-12-08 11:04:54 +00:00
|
|
|
do-regress:
|
|
|
|
@cd ${WRKBUILD} && ${RUBY} -rubygems -Ilib test/test_all.rb
|
|
|
|
|
2008-05-09 18:52:19 +00:00
|
|
|
.include <bsd.port.mk>
|