summaryrefslogtreecommitdiff
path: root/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
blob: 60bbce92c33d41250a94735e470e47d478819007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=ETHER
DIST_VERSION=1.20
inherit perl-module

DESCRIPTION="Extracts embedded tests and code examples from POD"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"

RDEPEND="virtual/perl-File-Spec
"
BDEPEND="${RDEPEND}
"