gentoo-ebuilds/dev-perl/BackupPC-XS/BackupPC-XS-0.620.0-r1.ebuild
Sam James f860bac8bf
dev-perl/BackupPC-XS: Stabilize 0.620.0-r1 x86, #958882
Signed-off-by: Sam James <sam@gentoo.org>
2025-06-23 01:15:39 +01:00

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
)