diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-22 20:01:08 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-27 22:56:21 +0200 |
commit | f1582f422e170020e50549cde46ac6cfd0c5c3ce (patch) | |
tree | 0db00f9ba38f3070363a16bd6c3e28256b0d3ee9 /dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild | |
parent | dev-perl/IO-Handle-Util: Added at version 0.10.0 (diff) | |
download | gentoo-f1582f422e170020e50549cde46ac6cfd0c5c3ce.tar.gz gentoo-f1582f422e170020e50549cde46ac6cfd0c5c3ce.tar.bz2 gentoo-f1582f422e170020e50549cde46ac6cfd0c5c3ce.zip |
dev-perl/LWP-Protocol-http10: Added at version 6.30.0
Used for dev-perl/Plack tests
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild')
-rw-r--r-- | dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild new file mode 100644 index 000000000000..fc1fe5f5120c --- /dev/null +++ b/dev-perl/LWP-Protocol-http10/LWP-Protocol-http10-6.30.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=GAAS +DIST_VERSION=6.03 +inherit perl-module + +DESCRIPTION="Legacy HTTP/1.0 support for LWP" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/HTTP-Message-6.0.0 + virtual/perl-IO + >=dev-perl/libwww-perl-6.0.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |