diff options
author | Sam James <sam@gentoo.org> | 2023-08-29 07:33:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-29 07:33:09 +0100 |
commit | 89f2f095e159789ac9d0689f55befce2490c14a7 (patch) | |
tree | 1660601bafcdf37a80d3a27e4e479393bf0e6d8b /dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.6.0.ebuild | |
parent | dev-perl/glib-perl: add gnome-gitlab upstream metadata (diff) | |
download | gentoo-89f2f095e159789ac9d0689f55befce2490c14a7.tar.gz gentoo-89f2f095e159789ac9d0689f55befce2490c14a7.tar.bz2 gentoo-89f2f095e159789ac9d0689f55befce2490c14a7.zip |
dev-perl/Mail-Box-POP3: add 3.6.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.6.0.ebuild')
-rw-r--r-- | dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.6.0.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.6.0.ebuild b/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.6.0.ebuild new file mode 100644 index 000000000000..e4212ce8b7c6 --- /dev/null +++ b/dev-perl/Mail-Box-POP3/Mail-Box-POP3-3.6.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MARKOV +DIST_VERSION=3.006 +DIST_TEST="do" # parallel tests fail +inherit perl-module + +DESCRIPTION="Mail::Box connector via POP3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Digest-MD5 + virtual/perl-File-Spec + virtual/perl-IO + >=dev-perl/Mail-Message-3 + >=dev-perl/Mail-Box-3 + virtual/perl-Scalar-List-Utils + virtual/perl-Socket + !!<dev-perl/Mail-Box-3 +" +BDEPEND=" + ${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + virtual/perl-Test-Simple + ) +" |