summaryrefslogtreecommitdiff
path: root/dev-perl/BackupPC-XS/BackupPC-XS-0.620.0.ebuild
blob: b35ac568b5158b169ac8365fa9496f5f13fdef2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2022 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"