mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-04 06:24:50 +01:00
Net-Address-IP-Local: make repoman happy
This commit is contained in:
parent
710cf36d9e
commit
eec0b6e8a2
1 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -6,7 +6,8 @@ EAPI=7
|
|||
inherit perl-module
|
||||
|
||||
DESCRIPTION="A class for discovering the local system's IP address"
|
||||
SRC_URI="https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
|
||||
#SRC_URI="https://cpan.metacpan.org/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
|
||||
SRC_URI="mirror://cpan/authors/id/J/JM/JMEHNLE/net-address-ip-local/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -18,6 +19,5 @@ SRC_TEST="do"
|
|||
RDEPEND="dev-perl/Error
|
||||
dev-perl/IO-Socket-INET6"
|
||||
#version"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-perl/Module-Build"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="dev-perl/Module-Build"
|
||||
|
|
|
|||
Loading…
Reference in a new issue