perl-core/Thread-Semaphore: Drop keywords
[gentoo.git] / perl-core / Thread-Semaphore / Thread-Semaphore-2.120.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 MODULE_AUTHOR=JDHEDDEN
7 MODULE_VERSION=2.12
8 inherit perl-module
9
10 DESCRIPTION="Thread-safe semaphores"
11
12 SLOT="0"
13 KEYWORDS=""
14 IUSE=""
15
16 RDEPEND="virtual/perl-threads-shared
17         virtual/perl-Scalar-List-Utils"
18 DEPEND="${RDEPEND}"
19
20 SRC_TEST=do