summaryrefslogtreecommitdiff
path: root/dev-perl/IP-Country/IP-Country-2.280.0.ebuild
blob: 80efa8bd6c151eb99c8564f6c8a8deaddfa4a251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=NWETTERS
DIST_VERSION=2.28
inherit perl-module

DESCRIPTION="Lookup country from IP address or hostname"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

BDEPEND="test? ( virtual/perl-Test-Harness )"