25 lines
426 B
Bash
25 lines
426 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="6"
|
|
|
|
PHP_EXT_NAME="scrypt"
|
|
PHP_EXT_INI="yes"
|
|
PHP_EXT_ZENDEXT="no"
|
|
DOCS="CREDITS LICENSE README.md"
|
|
|
|
USE_PHP="php5-4 php5-5 php5-6 php7-0"
|
|
|
|
inherit php-ext-pecl-r3
|
|
|
|
KEYWORDS="amd64 x86"
|
|
|
|
DESCRIPTION="Scrypt hashing function"
|
|
LICENSE="BSD-2"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
DEPEND="virtual/libc"
|
|
RDEPEND="${DEPEND}"
|