blob: 04cb21d76df08c6bce26125c3054bbb602642519 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-RIPEMD160/Crypt-RIPEMD160-0.04.ebuild,v 1.9 2005/04/25 10:54:51 mcummings Exp $
inherit perl-module
DESCRIPTION="Crypt::RIPEMD160 module for perl"
HOMEPAGE="http://search.cpan.org/~chgeuer/${P}"
SRC_URI="mirror://cpan/authors/id/C/CH/CHGEUER/${P}.tar.gz"
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
export OPTIMIZE="$CFLAGS"
|