mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-misc/clatd: add dev-lang/perl to BDEPEND
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user