17 lines
392 B
Bash
17 lines
392 B
Bash
# Copyright 1999-2017 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=ABIGAIL
|
|
MODULE_VERSION=2009041301
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="2-letter, 3-letter, and numerical codes for countries"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
|
IUSE=""
|
|
|
|
SRC_TEST="do"
|