blob: 7cc37a8c2ca115deceec29727ae1e5ef4a0229ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.28.ebuild,v 1.2 2010/01/09 16:41:42 grobian Exp $
EAPI=2
MODULE_AUTHOR=BRADFITZ
inherit perl-module
DESCRIPTION="Perl API for memcached"
HOMEPAGE="http://www.danga.com/memcached/"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND="dev-perl/string-crc32"
RDEPEND="${DEPEND}"
SRC_TEST="do"
mydoc="ChangeLog README TODO"
|