summaryrefslogtreecommitdiff
blob: 0f4993cc0ee3ac4a2c1f119186a49bf7420fae4e (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.37
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
"