You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
732 B
35 lines
732 B
# 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 ~amd64-linux ~x86-linux ~ppc-macos ~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
|
|
)
|
|
"
|