gentoo/dev-perl/Encode-IMAPUTF7/Encode-IMAPUTF7-1.50.0-r3.ebuild
Andreas K. Hüttel 3b4c8416c1
dev-perl/Encode-IMAPUTF7: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2025-07-13 22:54:21 +02:00

20 lines
314 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=PMAKHOLM
DIST_VERSION=1.05
inherit perl-module
DESCRIPTION="Modification of UTF-7 encoding for IMAP"
SLOT="0"
KEYWORDS="amd64 ppc x86"
BDEPEND="
test? (
dev-perl/Test-NoWarnings
)
"