blob: aaf4e0a2c69e77b63c2c1f65472d6bacc5336f51 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/podlators/podlators-2.5.3.ebuild,v 1.5 2014/10/31 15:54:58 ago Exp $
EAPI=5
MODULE_AUTHOR=RRA
MODULE_VERSION=2.5.3
inherit perl-module
DESCRIPTION="Format POD source into various output formats"
SLOT="0"
KEYWORDS="amd64 ~arm ppc64 x86"
IUSE=""
RDEPEND=">=dev-lang/perl-5.8.8-r8
>=virtual/perl-Pod-Simple-3.06"
DEPEND="${RDEPEND}"
SRC_TEST=parallel
|