summaryrefslogtreecommitdiff
path: root/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-30 02:16:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-30 02:16:21 +0000
commitb7cf34e541f10778605d8740e2690d8459908ac5 (patch)
tree98d91f7ea7de88f6f7d667af0deb3ffaff5b4d5e /dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
parent8467a7e8af97ab17f54668fd7d348e68754dd0cc (diff)
gentoo auto-resync : 30:12:2022 - 02:16:21
Diffstat (limited to 'dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild')
-rw-r--r--dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
new file mode 100644
index 000000000000..bacf39ac4004
--- /dev/null
+++ b/dev-perl/IP-Country-DB_File/IP-Country-DB_File-3.30.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 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}
+ virtual/perl-DB_File
+ virtual/perl-Test-Harness
+ )
+"