sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / Astro-FITS-Header / Astro-FITS-Header-3.70.0-r1.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DIST_AUTHOR=TJENNESS
7 DIST_VERSION=3.07
8 inherit perl-module
9
10 DESCRIPTION="Interface to FITS headers"
11
12 LICENSE="GPL-3+"
13 SLOT="0"
14 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86 ~amd64-linux ~x86-linux"
15 IUSE="test"
16 RESTRICT="!test? ( test )"
17
18 DEPEND="
19         dev-perl/Module-Build
20 "
21 BDEPEND="
22         dev-perl/Module-Build
23         test? (
24                 virtual/perl-Test-Simple
25         )
26 "