blob: b8766e6355af0d1815e423b94da208ca5e89b78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=LEONT
inherit perl-module
DESCRIPTION="Perl interface to the Argon2 key derivation functions"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# TODO: unbundle app-crypt/argon2
BDEPEND="dev-perl/Dist-Build"
|