blob: 28096baa47843f73461f3e249cc58f27888b0c50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geography-Countries/Geography-Countries-2009041301.ebuild,v 1.2 2010/01/10 09:41:37 grobian Exp $
EAPI=2
MODULE_AUTHOR=ABIGAIL
inherit perl-module
DESCRIPTION="2-letter, 3-letter, and numerical codes for countries."
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
SRC_TEST="do"
|