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
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.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/perl-integrate-module Mail::DMARC
17 BUILD_STYLE
= modulebuild
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_PERL_MODULE
= Mail
::DMARC
22 HUMAN_VERSION
= 1.20240314
23 COMPONENT_REVISION
= 1
24 COMPONENT_SUMMARY
= Mail
::DMARC
- Perl implementation of DMARC
25 COMPONENT_CPAN_AUTHOR
= MSIMERSON
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:2cf366f87da287cf6f612d1dccbcf54417faa3c4e45295f5547279bd26593d2c
28 COMPONENT_LICENSE
= Artistic-1.0 OR GPL-1.0
-or-later
29 COMPONENT_LICENSE_FILE
= LICENSE
31 include $(WS_MAKE_RULES
)/common.mk
34 COMPONENT_PRE_TEST_ACTION
+= \
35 $(PG_BINDIR
)/createdb
-U postgres dmarc_report
; \
36 $(PG_BINDIR
)/psql
-U postgres dmarc_report
< $(SOURCE_DIR
)/share
/mail_dmarc_schema.pgsql
;
37 COMPONENT_POST_TEST_ACTION
+= \
38 $(PG_BINDIR
)/dropdb
-U postgres dmarc_report
;
40 # Optional test dependencies missing from metadata
41 TEST_REQUIRED_PACKAGES.perl
+= library
/perl-5
/dbd-pg
43 # Auto-generated dependencies
44 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/config-tiny
45 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/dbd-sqlite
46 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/dbix-simple
47 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/email-mime
48 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/email-sender
49 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/email-simple
50 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/file-sharedir
51 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/file-sharedir-install
52 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/io-socket-ssl
53 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/mail-dkim
54 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/module-build
55 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/net-dns
56 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/net-idn-encode
57 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/net-imap-simple
58 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/net-ip
59 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/net-smtps
60 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/net-ssleay
61 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/regexp-common
62 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/socket6
63 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/test-file-sharedir
64 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/uri
65 PERL_REQUIRED_PACKAGES
+= library
/perl-5
/xml-libxml
66 PERL_REQUIRED_PACKAGES
+= runtime
/perl
67 TEST_REQUIRED_PACKAGES.perl
+= library
/perl-5
/net-dns-resolver-mock
68 TEST_REQUIRED_PACKAGES.perl
+= library
/perl-5
/test-exception
69 TEST_REQUIRED_PACKAGES.perl
+= library
/perl-5
/test-file-sharedir
70 TEST_REQUIRED_PACKAGES.perl
+= library
/perl-5
/test-output