gentoo-full-overlay/dev-perl/Cache-Memcached-Fast/Cache-Memcached-Fast-0.190.0.ebuild

20 lines
454 B
Bash
Raw Normal View History

# 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"