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.
29 lines
506 B
29 lines
506 B
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Id$
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=ZEFRAM
|
|
MODULE_VERSION=0.009
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="the Eksblowfish block cipher"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
IUSE=""
|
|
RDEPEND="
|
|
>=dev-perl/Class-Mix-0.1.0
|
|
>=virtual/perl-MIME-Base64-2.21
|
|
virtual/perl-XSLoader
|
|
virtual/perl-parent
|
|
"
|
|
DEPEND="${RDEPEND}
|
|
dev-perl/Module-Build
|
|
>=virtual/perl-ExtUtils-CBuilder-0.15
|
|
virtual/perl-Test-Simple
|
|
"
|
|
|
|
SRC_TEST="do"
|