summaryrefslogtreecommitdiff
path: root/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild')
-rw-r--r--dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild
index cda5f8f..e3cf4a4 100644
--- a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild
+++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI="5"
+
inherit perl-module
DESCRIPTION="Perl module implementing CipherSaber encryption."
@@ -16,4 +18,5 @@ SRC_TEST="do"
DEPEND="virtual/perl-Scalar-List-Utils
>=virtual/perl-Module-Build-0.28
- dev-lang/perl"
+ >=virtual/perl-Test-Simple-0.60
+ dev-perl/Test-Warn"