mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
19 lines
356 B
Bash
19 lines
356 B
Bash
# Copyright 2022-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_VERSION=0.62
|
|
DIST_AUTHOR="CBARRATT"
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl extension for BackupPC libraries"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
BDEPEND="dev-perl/Module-Build"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/0.620.0/${P}-modern-c.patch" #906537
|
|
)
|