mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 15:14:38 +00:00
22 lines
404 B
Bash
22 lines
404 B
Bash
# Copyright 2020-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=MINIMAL
|
|
DIST_VERSION=0.04
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Convert POD to Github's specific markdown"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86 ~x64-macos"
|
|
|
|
RDEPEND="
|
|
dev-perl/Pod-Markdown
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
test? (
|
|
dev-perl/Test-Differences
|
|
>=virtual/perl-Test-Simple-0.880.0
|
|
)
|
|
"
|