Makefile 491 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.15 2015/05/14 17:57:13 jasper Exp $
  2. COMMENT = library for programmatically tunneling connections
  3. DISTNAME = net-ssh-gateway-1.2.0
  4. CATEGORIES = net
  5. # MIT
  6. PERMIT_PACKAGE_CDROM = Yes
  7. MODULES = lang/ruby
  8. BUILD_DEPENDS = ${RUN_DEPENDS}
  9. RUN_DEPENDS = net/ruby-net-ssh,${MODRUBY_FLAVOR}>=2.6.5
  10. CONFIGURE_STYLE = ruby gem
  11. MODRUBY_TEST = rake
  12. TEST_DEPENDS = devel/ruby-jeweler,${MODRUBY_FLAVOR} \
  13. devel/ruby-mocha,${MODRUBY_FLAVOR}
  14. .include <bsd.port.mk>