net-misc/clatd: add dev-lang/perl to BDEPEND

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2025-06-22 23:42:50 +02:00
parent bce56b4b93
commit 5675155f94
2 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,8 +13,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
COMMON_DEPEND="dev-lang/perl"
RDEPEND="
${COMMON_DEPEND}
dev-perl/Net-IP
dev-perl/Net-DNS
virtual/perl-IO-Socket-IP
@@ -22,9 +23,11 @@ RDEPEND="${DEPEND}
net-firewall/iptables
net-proxy/tayga
"
BEPEND="${COMMON_DEPEND}"
src_compile() {
pod2man --name clatd --center "clatd - a CLAT implementation for Linux" --section 8 README.pod > clatd.8
pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
--section 8 README.pod > clatd.8 || die
}
src_install() {

View File

@@ -13,8 +13,9 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
COMMON_DEPEND="dev-lang/perl"
RDEPEND="
${COMMON_DEPEND}
dev-perl/Net-IP
dev-perl/Net-DNS
dev-perl/JSON
@@ -22,9 +23,11 @@ RDEPEND="${DEPEND}
net-firewall/iptables
net-proxy/tayga
"
BEPEND="${COMMON_DEPEND}"
src_compile() {
pod2man --name clatd --center "clatd - a CLAT implementation for Linux" --section 8 README.pod > clatd.8
pod2man --name clatd --center "clatd - a CLAT implementation for Linux" \
--section 8 README.pod > clatd.8 || die
}
src_install() {