Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
commit | author | age
b2ba15 1 #
43d234 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.
b2ba15 6 #
43d234 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.
b2ba15 10 #
NP 11
12 #
43d234 13 # This file was automatically generated using the following command:
MT 14 #   $WS_TOOLS/perl-integrate-module CGI
b2ba15 15 #
NP 16
43d234 17 BUILD_STYLE = makemaker
MT 18
b2ba15 19 include ../../../make-rules/shared-macros.mk
NP 20
43d234 21 COMPONENT_PERL_MODULE =        CGI
ee57b1 22 HUMAN_VERSION =            4.64
43d234 23 COMPONENT_SUMMARY =        CGI - Handle Common Gateway Interface requests and responses
MT 24 COMPONENT_CPAN_AUTHOR =        LEEJO
25 COMPONENT_ARCHIVE_HASH =    \
ee57b1 26     sha256:39bd8e40ce00cdab39e0a2bc71abd2bbe451d1d97bc7e54e41a2e199eb6226e7
43d234 27 COMPONENT_LICENSE =        Artistic-2.0
MT 28 COMPONENT_LICENSE_FILE =    LICENSE
b2ba15 29
NP 30 include $(WS_MAKE_RULES)/common.mk
31
43d234 32 # remove timestamp from test results
MT 33 COMPONENT_TEST_TRANSFORMS += '-e "s/\[[^]]*\] *//g"'
b2ba15 34
NP 35 # Auto-generated dependencies
43d234 36 PERL_REQUIRED_PACKAGES += library/perl-5/html-parser
118870 37 PERL_REQUIRED_PACKAGES += library/perl-5/uri
43d234 38 PERL_REQUIRED_PACKAGES += runtime/perl
6f53ed 39 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-nowarnings
MT 40 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-warn