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

EAPI=8

DIST_AUTHOR=INGY
DIST_VERSION=0.38
inherit perl-module

DESCRIPTION="See Your Data in the Nude"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"

RDEPEND="
	>=dev-perl/YAML-PP-0.18.0
"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"