Files
gentoo/dev-perl/Linux-Inotify2/Linux-Inotify2-2.300.0.ebuild
Andreas K. Hüttel 0576c62317 dev-perl/Linux-Inotify2: Version bump 2.3
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2021-11-08 22:11:06 +01:00

20 lines
360 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=MLEHMANN
DIST_VERSION=2.3
inherit perl-module
DESCRIPTION="scalable directory/file change notification"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
RDEPEND="
dev-perl/common-sense
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"