You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Crypt-CBC/Crypt-CBC-2.330.0-r1.ebuild

27 lines
577 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
MODULE_AUTHOR=LDS
MODULE_VERSION=2.33
inherit perl-module
DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
RDEPEND="virtual/perl-Digest-MD5"
DEPEND="${RDEPEND}
test? (
dev-perl/Crypt-Blowfish
dev-perl/Crypt-DES
dev-perl/Crypt-IDEA
)"
# dev-perl/Crypt-Rijndael"
SRC_TEST="do"