uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / ruby / mixlib-cli / Makefile
blob37bda2becb1d52dc6a657d5b17ab3669db8f0133
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2021 Alexander Pyhalov
15 BUILD_BITS=32
16 BUILD_STYLE=gem
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= mixlib-cli
21 COMPONENT_VERSION= 1.7.7
22 COMPONENT_SUMMARY= A class-based command line option parsing object
23 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
24 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25 COMPONENT_ARCHIVE_HASH= \
26 sha256:4c46e2bba37b6afb86475455da6f458d99ff43cb84dfcb84634f8ffb92233538
27 COMPONENT_ARCHIVE_URL= https://github.com/chef/mixlib-cli/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
28 COMPONENT_PROJECT_URL= https://github.com/chef/mixlib-cli
29 COMPONENT_FMRI= library/ruby/mixlib-cli
30 COMPONENT_CLASSIFICATION= Development/Ruby
31 COMPONENT_LICENSE= Apache 2.0
32 COMPONENT_LICENSE_FILE= LICENSE
34 TEST_TARGET= $(NO_TESTS)
35 include $(WS_MAKE_RULES)/common.mk
37 REQUIRED_PACKAGES += runtime/ruby-23