13 lines
275 B
Bash
13 lines
275 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
inherit php-pear-r1
|
|
|
|
DESCRIPTION="Generates mathematical operations and answers to prove user is human"
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|