Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
commit | author | age
c3f895 1 #
843df5 2 # This file and its contents are supplied under the terms of the
MT 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.
c3f895 6 #
843df5 7 # A full copy of the text of the CDDL should have accompanied this
MT 8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
c3f895 10 #
NP 11
12 #
843df5 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/perl-integrate-module Type::Tiny
c3f895 15 #
NP 16
843df5 17 BUILD_STYLE = makemaker
6b9f10 18 USE_COMMON_TEST_MASTER = no
843df5 19
c3f895 20 include ../../../make-rules/shared-macros.mk
NP 21
843df5 22 COMPONENT_PERL_MODULE =        Type::Tiny
15123b 23 HUMAN_VERSION =            2.004000
6b9f10 24 COMPONENT_REVISION =        1
843df5 25 COMPONENT_SUMMARY =        Type::Tiny - tiny, yet Moo(se)-compatible type constraint
MT 26 COMPONENT_CPAN_AUTHOR =        TOBYINK
27 COMPONENT_ARCHIVE_HASH =    \
15123b 28     sha256:697e7f775edfc85f4cf07792d04fd19b09c25285f98f5938e8efc4f74507a128
843df5 29 COMPONENT_LICENSE =        Artistic-1.0 OR GPL-1.0-or-later
MT 30 COMPONENT_LICENSE_FILE =    LICENSE
c3f895 31
NP 32 include $(WS_MAKE_RULES)/common.mk
33
6b9f10 34 # Optional test dependencies missing from metadata
MT 35 TEST_REQUIRED_PACKAGES.perl += library/perl-5/namespace-clean
36 TEST_REQUIRED_PACKAGES.perl += library/perl-5/specio
37
c3f895 38 # Auto-generated dependencies
6b9f10 39 PERL_REQUIRED_PACKAGES += library/perl-5/class-xsaccessor
MT 40 PERL_REQUIRED_PACKAGES += library/perl-5/devel-lexalias
41 PERL_REQUIRED_PACKAGES += library/perl-5/devel-stacktrace
843df5 42 PERL_REQUIRED_PACKAGES += library/perl-5/exporter-tiny
6b9f10 43 PERL_REQUIRED_PACKAGES += library/perl-5/ref-util-xs
MT 44 PERL_REQUIRED_PACKAGES += library/perl-5/regexp-util
45 PERL_REQUIRED_PACKAGES += library/perl-5/type-tiny-xs
843df5 46 PERL_REQUIRED_PACKAGES += runtime/perl
6b9f10 47 TEST_REQUIRED_PACKAGES.perl += library/perl-5/moo
MT 48 TEST_REQUIRED_PACKAGES.perl += library/perl-5/mouse
49 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-deep
50 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-memory-cycle
51 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-warnings