Andreas Wacknitz
2024-04-04 8590298b09ebad29af56370cd23105cd0931b389
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# This file was automatically generated using the following command:
#   $WS_TOOLS/perl-integrate-module Crypt::OpenPGP
#
 
BUILD_STYLE = makemaker
 
include ../../../make-rules/shared-macros.mk
 
COMPONENT_PERL_MODULE =        Crypt::OpenPGP
HUMAN_VERSION =            1.12
COMPONENT_SUMMARY =        Crypt::OpenPGP - Pure-Perl OpenPGP implementation
COMPONENT_CPAN_AUTHOR =        SROMANOV
COMPONENT_ARCHIVE_HASH =    \
    sha256:e8a7ff2a993b76a69ad6dffdbe55755be5678b84e6ec494dcd9ab966f766f50e
COMPONENT_LICENSE =        Artistic-1.0 OR GPL-1.0-or-later
COMPONENT_LICENSE_FILE =    LICENSE
 
include $(WS_MAKE_RULES)/common.mk
 
# Optional test dependencies missing from metadata
TEST_REQUIRED_PACKAGES.perl += library/perl-5/crypt-random
 
# Auto-generated dependencies
PERL_REQUIRED_PACKAGES += library/perl-5/alt-crypt-rsa-bigint
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-blowfish
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-cast5_pp
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-des_ede3
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-dsa
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-idea
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-rijndael
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-ripemd160
PERL_REQUIRED_PACKAGES += library/perl-5/crypt-twofish
PERL_REQUIRED_PACKAGES += library/perl-5/data-buffer
PERL_REQUIRED_PACKAGES += library/perl-5/file-homedir
PERL_REQUIRED_PACKAGES += library/perl-5/libwww-perl
PERL_REQUIRED_PACKAGES += library/perl-5/uri
PERL_REQUIRED_PACKAGES += runtime/perl
TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-exception