20 lines
341 B
Bash
20 lines
341 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=MAMAWE
|
|
DIST_VERSION=v${PV}
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl extension to generate and test check digits"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
RDEPEND="virtual/perl-version"
|
|
|
|
BDEPEND="${RDEPEND}
|
|
dev-perl/Module-Build
|
|
"
|