blob: d42a4f5ff8940b2c37c2d59d51f9ff90022e02fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Crypt_HMAC/PEAR-Crypt_HMAC-1.0.1.ebuild,v 1.1 2006/05/24 12:50:23 sebastian Exp $
inherit php-pear-r1
DESCRIPTION="Calculates RFC 2104 compliant hashes."
LICENSE="PHP"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
|