summaryrefslogtreecommitdiff
blob: 2cb962e542ec144bf3c7c38998c93530cc32c439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit common-lisp-3

DESCRIPTION="Straightforward Common Lisp recaptcha.com interconnection"
HOMEPAGE="http://github.com/madnificent/cl-recaptcha/"
SRC_URI="https://github.com/madnificent/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=">=dev-lisp/drakma-1.0.0
		dev-lisp/split-sequence
		dev-lisp/cl-ppcre"