summaryrefslogtreecommitdiff
blob: a7cc978b8a85fac148a3403395da0e52743949e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=JRM
DIST_VERSION=0.34
inherit perl-module

DESCRIPTION="Perl extension for using UUID interfaces as defined in e2fsprogs"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"

BDEPEND="
	virtual/perl-ExtUtils-MakeMaker
	>=dev-perl/Devel-CheckLib-1.140.0
"
DEPEND="${RDEPEND}"