summaryrefslogtreecommitdiff
path: root/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-22 06:41:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-22 06:41:43 +0000
commitaaeed2da8906f11cba80355688015d74b01cc604 (patch)
tree5d714c0600fd3f185c0ddb96eef8dd41a5f3ec5e /dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild
parent23b767af73549eeb4dd3069e09d0f2fcb88669a8 (diff)
gentoo auto-resync : 22:03:2023 - 06:41:43
Diffstat (limited to 'dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild')
-rw-r--r--dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild
new file mode 100644
index 000000000000..af57db6b0ad3
--- /dev/null
+++ b/dev-perl/Mail-AuthenticationResults/Mail-AuthenticationResults-2.202.301.120.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MBRADSHAW
+DIST_VERSION=2.20230112
+inherit perl-module
+
+DESCRIPTION="Object Oriented Authentication-Results Headers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Clone
+ dev-perl/JSON
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( dev-perl/Test-Exception )
+"