mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-03 13:27:28 -08:00
23 lines
404 B
Bash
23 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
|
|
)
|
|
"
|