freebsd-ports/sysutils/rubygem-winrm-fs/Makefile
Michael Moll 3ce544cc33 new port: sysutils/rubygem-winrm-fs
Ruby library for file system operations via Windows Remote Management

WWW: https://github.com/WinRb/winrm-fs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D3082
2015-07-27 15:21:19 +00:00

24 lines
575 B
Makefile

# $FreeBSD$
PORTNAME= winrm-fs
PORTVERSION= 0.2.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library for file system operations via WinRM
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-erubis>=2.7:${PORTSDIR}/www/rubygem-erubis \
rubygem-logging>=1.6.1:${PORTSDIR}/devel/rubygem-logging \
rubygem-rubyzip>=1.1:${PORTSDIR}/archivers/rubygem-rubyzip \
rubygem-winrm>=1.3.0:${PORTSDIR}/sysutils/rubygem-winrm
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>