13 lines
300 B
Bash
13 lines
300 B
Bash
# Copyright 1999-2014 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
inherit php-pear-r1
|
|
|
|
DESCRIPTION="Allows for quick two-way Blowfish encryption without requiring the MCrypt PHP extension"
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|