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/CryptX/CryptX-0.25.0.ebuild

33 lines
595 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
MODULE_AUTHOR=MIK
MODULE_VERSION=0.025
inherit perl-module
DESCRIPTION="Self-contained crypto toolkit"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=virtual/perl-Exporter-5.590.0
>=dev-perl/JSON-2.10.0
>=virtual/perl-MIME-Base64-3.110.0
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-CBuilder
dev-perl/Module-Build
test? ( >=virtual/perl-Test-Simple-0.880.0 )
"
SRC_TEST="do parallel"
src_test() {
perl_rm_files t/003_all_pm_pod.t
perl-module_src_test
}