2015-01-31 19:04:46 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-10-15 17:16:20 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-10 23:59:40 +03:00
|
|
|
# $Id$
|
2014-10-15 17:16:20 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
MODULE_AUTHOR=LIMAONE
|
|
|
|
MODULE_VERSION=v1.0.6
|
|
|
|
inherit perl-module
|
|
|
|
|
|
|
|
DESCRIPTION="Perl extension for the automatic generation of LaTeX tables"
|
|
|
|
|
|
|
|
LICENSE="|| ( GPL-1+ Artistic )"
|
|
|
|
SLOT="0"
|
2015-01-31 19:04:46 +03:00
|
|
|
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
|
2014-10-15 17:16:20 +04:00
|
|
|
IUSE="test"
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
virtual/perl-Carp
|
2015-06-14 15:30:41 +03:00
|
|
|
dev-perl/Module-Pluggable
|
2014-10-15 17:16:20 +04:00
|
|
|
dev-perl/Moose
|
|
|
|
dev-perl/MooseX-FollowPBP
|
|
|
|
virtual/perl-Scalar-List-Utils
|
|
|
|
dev-perl/Template-Toolkit
|
|
|
|
virtual/perl-version
|
|
|
|
"
|
|
|
|
DEPEND="${RDEPEND}
|
|
|
|
virtual/perl-File-Spec
|
2015-06-14 15:30:41 +03:00
|
|
|
dev-perl/Module-Build
|
2014-10-15 17:16:20 +04:00
|
|
|
test? ( dev-perl/Test-NoWarnings )
|
|
|
|
"
|
|
|
|
|
|
|
|
SRC_TEST="do"
|