mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
14 lines
273 B
Bash
14 lines
273 B
Bash
# Copyright 2020-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=APPEL
|
|
DIST_VERSION=2.23
|
|
DIST_EXAMPLES=("eg/*")
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Use block ciphers using ECB mode"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|