pkgsrc/net/ruby-winrm-fs/Makefile
taca f8f02e2e9e net/ruby-winrm-fs: add version 1.3.4 package
Add ruby-winrm-fs version 1.3.4 package.


File system operations over Windows Remote Management (WinRM) for Ruby

Ruby library for file system operations via Windows Remote Management.
2020-01-19 15:32:19 +00:00

19 lines
480 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/19 15:32:19 taca Exp $
DISTNAME= winrm-fs-1.3.4
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/WinRb/winrm-fs
COMMENT= WinRM File System
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-zip>=1.1:../../archivers/ruby-zip
DEPENDS+= ${RUBY_PKGPREFIX}-winrm>=2.0<3:../../net/ruby-winrm
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"