mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-23 18:38:08 -07:00
19 lines
375 B
Bash
19 lines
375 B
Bash
# 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}
|
|
"
|