blob: aa2be9e7058f2ced9655633f927ed16ed04c0086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2004 Gentoo Foundation
# 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.12.ebuild,v 1.4 2004/06/24 23:28:08 agriffis Exp $
inherit perl-module
DESCRIPTION="Perl API for memcached"
MY_P="Cache-Memcached-${PV}"
HOMEPAGE="http://www.danga.com/memcached/"
SRC_URI="http://www.danga.com/memcached/dist/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa ~amd64 ~ia64"
IUSE=""
DEPEND="dev-lang/perl"
#RDEPEND=""
S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${A}
}
|