Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
a7dbaf 1 #
afdae8 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.
a7dbaf 6 #
afdae8 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.
a7dbaf 10 #
F 11
12 #
afdae8 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/perl-integrate-module JSON
a7dbaf 15 #
F 16
80a81b 17 BUILD_STYLE = makemaker
MT 18
a7dbaf 19 include ../../../make-rules/shared-macros.mk
F 20
afdae8 21 COMPONENT_PERL_MODULE =        JSON
9b948c 22 HUMAN_VERSION =            4.10
aa567d 23 COMPONENT_REVISION =        1
80a81b 24 COMPONENT_SUMMARY =        JSON - JSON (JavaScript Object Notation) encoder/decoder
afdae8 25 COMPONENT_CPAN_AUTHOR =        ISHIGAKI
80a81b 26 COMPONENT_ARCHIVE_HASH =    \
9b948c 27     sha256:df8b5143d9a7de99c47b55f1a170bd1f69f711935c186a6dc0ab56dd05758e35
afdae8 28 COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
a7dbaf 29
F 30 include $(WS_MAKE_RULES)/common.mk
31
32 # Auto-generated dependencies
aa567d 33 PERL_REQUIRED_PACKAGES += library/perl-5/json-xs
afdae8 34 PERL_REQUIRED_PACKAGES += runtime/perl