forked from Lainports/freebsd-ports
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
24 lines
575 B
Makefile
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>
|