# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/memcached-api-perl/memcached-api-perl-1.0.9.ebuild,v 1.2 2004/02/18 17:54:32 lisa Exp $ inherit perl-module DESCRIPTION="Perl API for memcached" HOMEPAGE="http://www.danga.com/memcached/" SRC_URI="http://www.danga.com/memcached/dist/MemCachedClient-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64" IUSE="" DEPEND="dev-lang/perl" #RDEPEND="" S=${WORKDIR}/MemCachedClient-${PV} src_unpack() { unpack ${A} }