gentoo-ebuilds/dev-perl/Pod-Markdown-Github/Pod-Markdown-Github-0.40.0-r1.ebuild
Andreas K. Hüttel 87ffedd770
dev-perl/Pod-Markdown-Github: EAPI bump; simplify deps
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-06-28 11:48:15 +02:00

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
)
"