blob: 74dd18c56d4dfa02d7ea11dfa5cdce861d93d06f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DIST_AUTHOR="AKHUETTEL"
KEYWORDS="~amd64 ~x86"
inherit perl-module
DESCRIPTION="Documentation formatting for Lab::Measurement"
HOMEPAGE="http://www.labmeasurement.de/"
SLOT="0"
RDEPEND="
virtual/perl-Data-Dumper
virtual/perl-File-Path
dev-perl/Pod-LaTeX
virtual/perl-Pod-Simple
dev-perl/Syntax-Highlight-Engine-Simple-Perl
dev-perl/YAML
"
DEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
|