27 lines
581 B
Makefile
27 lines
581 B
Makefile
# $OpenBSD: Makefile,v 1.12 2011/09/16 11:13:40 espie Exp $
|
|
|
|
COMMENT = pure-Ruby implementation of the SCP protocol
|
|
|
|
DISTNAME = net-scp-1.0.2
|
|
REVISION = 5
|
|
CATEGORIES = net
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.0.0
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
REGRESS_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
|
|
do-regress:
|
|
@cd ${WRKBUILD} && ${RUBY} -rubygems -Ilib test/test_all.rb
|
|
|
|
.include <bsd.port.mk>
|