ports/devel/ruby-winrm/Makefile

26 lines
614 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= Ruby library for Windows Remote Management
DISTNAME= winrm-2.3.6
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Apache-2.0
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
2023-08-24 06:47:45 +00:00
textproc/ruby-builder,${MODRUBY_FLAVOR} \
devel/ruby-erubi,${MODRUBY_FLAVOR} \
devel/ruby-gssapi,${MODRUBY_FLAVOR} \
devel/ruby-gyoku,${MODRUBY_FLAVOR} \
www/ruby-httpclient,${MODRUBY_FLAVOR} \
devel/ruby-logging,${MODRUBY_FLAVOR} \
devel/ruby-nori,${MODRUBY_FLAVOR} \
devel/ruby-ntlm,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>