You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/WebService-MusicBrainz/WebService-MusicBrainz-1.0....

21 lines
412 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=BFAIST
inherit perl-module
DESCRIPTION="Web service API to MusicBrainz database"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~riscv x86"
PATCHES=( "${FILESDIR}/1.0.2-no-network-testing.patch" )
RDEPEND="
>=dev-perl/Mojolicious-7.130.0
"
BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.420.0
"