diff options
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 +" |