diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-04 21:49:11 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-04 21:55:26 +0200 |
commit | 6e7e8e5d6bc7d490b1883ce4468c313d63b8b0c8 (patch) | |
tree | f1d923b503c0ed169e50f933ad584f242b5a2028 /dev-perl/HTTP-Simple/HTTP-Simple-0.4.0.ebuild | |
parent | dev-perl/XML-DOM-XPath: EAPI=8 bump (diff) | |
download | gentoo-6e7e8e5d6bc7d490b1883ce4468c313d63b8b0c8.tar.gz gentoo-6e7e8e5d6bc7d490b1883ce4468c313d63b8b0c8.tar.bz2 gentoo-6e7e8e5d6bc7d490b1883ce4468c313d63b8b0c8.zip |
dev-perl/HTTP-Simple: New package, needed by XML::DT
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/HTTP-Simple/HTTP-Simple-0.4.0.ebuild')
-rw-r--r-- | dev-perl/HTTP-Simple/HTTP-Simple-0.4.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/HTTP-Simple/HTTP-Simple-0.4.0.ebuild b/dev-perl/HTTP-Simple/HTTP-Simple-0.4.0.ebuild new file mode 100644 index 000000000000..08210d357396 --- /dev/null +++ b/dev-perl/HTTP-Simple/HTTP-Simple-0.4.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=DBOOK +DIST_VERSION=0.004 +inherit perl-module + +DESCRIPTION="Simple procedural interface to HTTP::Tiny" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + virtual/perl-Carp + >=virtual/perl-Exporter-5.570.0 + virtual/perl-File-Temp + >=virtual/perl-HTTP-Tiny-0.14.0 + >=virtual/perl-JSON-PP-2.70.0 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |