fritzkink
2023-12-25 851cd5721904afd5369055381778e81a271b5bde
commit | author | age
d6a0d6 1 #
MT 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.
6 #
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.
10 #
11
12 #
e6d49f 13 # Copyright 2023 <contributor>
d6a0d6 14 #
MT 15
16 BUILD_STYLE = makemaker
17 USE_COMMON_TEST_MASTER = yes
18
19 include ../../../make-rules/shared-macros.mk
20
21 COMPONENT_PERL_MODULE =
22 HUMAN_VERSION =
23 COMPONENT_SUMMARY =
24 COMPONENT_CPAN_AUTHOR =
25 COMPONENT_ARCHIVE_HASH =
26 COMPONENT_LICENSE =
27
28 include $(WS_MAKE_RULES)/common.mk
29
30 # Build dependencies
31 PERL_REQUIRED_PACKAGES +=
32 REQUIRED_PACKAGES +=
33