dev-cpp/pangomm: stable 2.42.1 for hppa, bug #717144
[gentoo.git] / dev-perl / Audio-Wav / Audio-Wav-0.140.0-r2.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=BRIANSKI
7 DIST_VERSION=0.14
8 inherit perl-module
9
10 DESCRIPTION="Modules for reading & writing Microsoft WAV files"
11
12 SLOT="0"
13 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
14
15 RDEPEND="
16         >=dev-perl/Inline-0.790.0
17         dev-perl/Inline-C
18 "
19 BDEPEND="${RDEPEND}
20         virtual/perl-ExtUtils-MakeMaker
21 "