diff options
author | Sam James <sam@gentoo.org> | 2023-03-22 04:48:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-22 04:48:34 +0000 |
commit | 71fb3df79f76287674237c9e70ea45e2ccb851b6 (patch) | |
tree | a8ecdf7abb7d51128f2a3cf5d6ff7a29db8e75ee /dev-perl/Email-Simple/Email-Simple-2.218.0.ebuild | |
parent | dev-perl/Email-MessageID: add 1.408.0 (diff) | |
download | gentoo-71fb3df79f76287674237c9e70ea45e2ccb851b6.tar.gz gentoo-71fb3df79f76287674237c9e70ea45e2ccb851b6.tar.bz2 gentoo-71fb3df79f76287674237c9e70ea45e2ccb851b6.zip |
dev-perl/Email-Simple: add 2.218.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Email-Simple/Email-Simple-2.218.0.ebuild')
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.218.0.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Email-Simple/Email-Simple-2.218.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.218.0.ebuild new file mode 100644 index 000000000000..b7b4192705e6 --- /dev/null +++ b/dev-perl/Email-Simple/Email-Simple-2.218.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=RJBS +DIST_VERSION=2.218 +inherit perl-module + +DESCRIPTION="Simple parsing of RFC2822 message format and headers" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~sparc-solaris ~x86-solaris" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Email-Date-Format +" +BDEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.780.0 + test? ( + >=virtual/perl-CPAN-Meta-2.120.900 + virtual/perl-File-Spec + >=virtual/perl-Test-Simple-0.960.0 + ) +" |