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/perl-core/threads-shared/threads-shared-1.420.0.ebuild

22 lines
517 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/threads-shared/threads-shared-1.420.0.ebuild,v 1.2 2012/12/22 18:27:31 ago Exp $
EAPI=4
MODULE_AUTHOR=JDHEDDEN
MODULE_VERSION=1.42
inherit perl-module
DESCRIPTION="Extension for sharing data structures between threads"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-lang/perl[ithreads]
>=virtual/perl-threads-1.71"
DEPEND="${RDEPEND}"
SRC_TEST=do