pentoo-overlay/net-misc/sippts/sippts-3.4.ebuild
2024-05-03 15:54:11 -04:00

21 lines
571 B
Bash

# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="set of tools to audit VoIP servers and devices using SIP protocol"
HOMEPAGE="https://github.com/Pepelux/sippts"
SRC_URI="https://github.com/Pepelux/sippts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-perl/IO-Socket-Timeout
dev-perl/NetAddr-IP
dev-perl/String-HexConvert
dev-perl/Net-Pcap
dev-perl/Net-Address-IP-Local
dev-perl/DBD-SQLite"
DEPEND="${RDEPEND}
dev-lang/perl[ithreads]"