component(developer/golang-123): Add Component
[oi-userland.git] / components / perl / Mouse / Makefile
blob09e604c5badd7bc4a61e5abba133c709d383daf8
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/perl-integrate-module Mouse
17 BUILD_STYLE = modulebuild
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_PERL_MODULE = Mouse
22 HUMAN_VERSION = 2.5.11
23 COMPONENT_SUMMARY = Mouse - Moose minus the antlers
24 COMPONENT_CPAN_AUTHOR = SKAJI
25 COMPONENT_ARCHIVE_HASH = \
26 sha256:e2a0d0930190c21a444b960793aa2e369ef28a1dd0b8f34829795f86a1915956
27 COMPONENT_LICENSE = Artistic-1.0 OR GPL-1.0-or-later
28 COMPONENT_LICENSE_FILE = LICENSE
30 COMPONENT_SRC = $(COMPONENT_NAME)-v$(HUMAN_VERSION)
32 include $(WS_MAKE_RULES)/common.mk
34 # Optional test dependencies missing from metadata
35 TEST_REQUIRED_PACKAGES.perl += library/perl-5/http-message
37 # Auto-generated dependencies
38 PERL_REQUIRED_PACKAGES += library/perl-5/module-build
39 PERL_REQUIRED_PACKAGES += library/perl-5/module-build-xsutil
40 PERL_REQUIRED_PACKAGES += runtime/perl
41 REQUIRED_PACKAGES += system/library
42 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-exception
43 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-fatal
44 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-leaktrace
45 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-output
46 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-requires
47 TEST_REQUIRED_PACKAGES.perl += library/perl-5/try-tiny