summaryrefslogtreecommitdiff
path: root/dev-perl/XXX/XXX-0.370.0.ebuild
blob: 4bcba7f78cb903bc4abb5de21be61e5cbe92124e (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 ~sparc ~x86"

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