# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=FERREIRA MODULE_VERSION=0.207 inherit perl-module DESCRIPTION="Retrieve terminal size" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" PERL_RM_FILES=( t/99_pod.t ) RDEPEND="" DEPEND=" ${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple ) "