summaryrefslogtreecommitdiff
path: root/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-23 06:06:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-23 06:06:50 +0100
commit98c7fa9070b6b423d52dfb59567ec7ef0d5f234d (patch)
tree15a9168c34e20acc6a8707fe4bee72b86d20f86c /dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
parent0e1abc96fea41c994e56391bd01c5c9298236783 (diff)
gentoo auto-resync : 23:04:2023 - 06:06:49
Diffstat (limited to 'dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild')
-rw-r--r--dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
new file mode 100644
index 000000000000..0c9f105a81d5
--- /dev/null
+++ b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NWELLNHOF
+DIST_VERSION=3.03
+inherit perl-module
+
+DESCRIPTION="Build an IP address to country code database"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="dev-perl/IP-Country"
+DEPEND="test? (
+ ${RDEPEND}
+ dev-perl/Math-Int64
+ virtual/perl-DB_File
+ virtual/perl-Test-Harness
+ )
+"