mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
35 lines
697 B
Bash
35 lines
697 B
Bash
# Copyright 1999-2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=RJBS
|
|
DIST_VERSION=1.204
|
|
DIST_TEST="do verbose"
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Check validity of Internet email addresses"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv x86 ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
dev-perl/Capture-Tiny
|
|
virtual/perl-Encode
|
|
virtual/perl-Carp
|
|
virtual/perl-File-Spec
|
|
virtual/perl-IO
|
|
dev-perl/MailTools
|
|
dev-perl/Net-DNS
|
|
>=dev-perl/Net-Domain-TLD-1.650.0
|
|
virtual/perl-Scalar-List-Utils
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|