ports/sysutils/wsmancli/Makefile

28 lines
626 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= command line client to run WS-Management requests
GH_ACCOUNT= Openwsman
GH_PROJECT= wsmancli
GH_TAGNAME= v2.6.2
2023-09-20 18:59:05 +00:00
REVISION= 0
2023-08-16 22:26:55 +00:00
CATEGORIES= sysutils
# https://openwsman.github.io/
HOMEPAGE= https://github.com/Openwsman/openwsman/wiki/openwsman-command-line-client
# BSD
PERMIT_PACKAGE= Yes
2023-09-20 18:59:05 +00:00
WANTLIB += c crypto curl iconv lzma m nghttp2 nghttp3 ngtcp2 ngtcp2_crypto_quictls
2023-08-16 22:26:55 +00:00
WANTLIB += pthread ssl wsman wsman_client wsman_curl_client_transport
WANTLIB += xml2 z
CONFIGURE_STYLE=autoreconf
AUTORECONF= ./bootstrap
AUTOCONF_VERSION= 2.71
AUTOMAKE_VERSION= 1.16
LIB_DEPENDS= sysutils/openwsman
.include <bsd.port.mk>