diff options
author | 2016-04-30 23:45:37 +0200 | |
---|---|---|
committer | 2016-04-30 23:45:37 +0200 | |
commit | 1e31b996e8c6f58b7ed7ab753ef1b8163b90f76c (patch) | |
tree | 38f33d645829375f896a15573107a766e35f8aea /dev-perl/REST-Client/REST-Client-273.ebuild | |
parent | dev-perl/rename: Remove old (diff) | |
download | gentoo-1e31b996e8c6f58b7ed7ab753ef1b8163b90f76c.tar.gz gentoo-1e31b996e8c6f58b7ed7ab753ef1b8163b90f76c.tar.bz2 gentoo-1e31b996e8c6f58b7ed7ab753ef1b8163b90f76c.zip |
dev-perl/REST-Client: Version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/REST-Client/REST-Client-273.ebuild')
-rw-r--r-- | dev-perl/REST-Client/REST-Client-273.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/REST-Client/REST-Client-273.ebuild b/dev-perl/REST-Client/REST-Client-273.ebuild new file mode 100644 index 000000000000..8e42e1e1dc30 --- /dev/null +++ b/dev-perl/REST-Client/REST-Client-273.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=KKANE +inherit perl-module + +DESCRIPTION="A simple client for interacting with RESTful http/https resources" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + dev-perl/LWP-Protocol-https + dev-perl/libwww-perl + dev-perl/URI +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" |