blob: e06ad0129f82a6252d93cccff8cd0df3ff4df753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2009 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.1 2009/04/14 11:47:58 tove 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"
IUSE=""
SRC_TEST="do"
|