You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/cache-mmap/cache-mmap-0.110.0.ebuild

24 lines
546 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/cache-mmap/cache-mmap-0.110.0.ebuild,v 1.3 2012/08/09 14:59:24 tove Exp $
EAPI=4
MY_PN=Cache-Mmap
MODULE_AUTHOR=PMH
MODULE_VERSION=0.11
inherit perl-module
DESCRIPTION="Shared data cache using memory mapped files"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc sparc x86"
IUSE="test"
RDEPEND="virtual/perl-Storable
dev-lang/perl"
DEPEND="${RDEPEND}
test? ( virtual/perl-Test-Simple )"
SRC_TEST="do"