blob: 7f629bb44759b26e53a88525d258286d8f9ea524 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.190.0.ebuild,v 1.1 2012/06/28 19:07:51 tove Exp $
EAPI=4
MODULE_AUTHOR=KROKI
MODULE_VERSION=0.19
inherit perl-module
DESCRIPTION="Perl client for memcached, in C language"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
SRC_TEST="do"
MAKEOPTS="${MAKEOPTS} -j1"
|