You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
531 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PerlIO-Layers/PerlIO-Layers-0.10.0.ebuild,v 1.3 2013/02/01 18:19:29 bicatali Exp $
EAPI=4
MODULE_AUTHOR="LEONT"
MODULE_VERSION=0.010
inherit perl-module
DESCRIPTION="Querying your filehandle's capabilities"
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-perl/List-MoreUtils"
DEPEND="${RDEPEND}"