| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.320.0.ebuild,v 1.2 2012/05/16 14:21:41 jer Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
MODULE_AUTHOR=AUDREYT
|
| 8 |
MODULE_VERSION=1.32
|
| 9 |
inherit perl-module
|
| 10 |
|
| 11 |
DESCRIPTION="East Asian Width properties"
|
| 12 |
|
| 13 |
LICENSE="CC0-1.0-Universal"
|
| 14 |
SLOT="0"
|
| 15 |
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
| 16 |
IUSE=""
|
| 17 |
|
| 18 |
RDEPEND="virtual/perl-File-Spec"
|
| 19 |
DEPEND="${RDEPEND}
|
| 20 |
virtual/perl-ExtUtils-MakeMaker"
|
| 21 |
|
| 22 |
SRC_TEST="do"
|