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.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild
new file mode 100644
index 0000000..cda5f8f
--- /dev/null
+++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.00.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit perl-module
+
+DESCRIPTION="Perl module implementing CipherSaber encryption."
+HOMEPAGE="http://ciphersaber.gurus.com/"
+SRC_URI="mirror://cpan/authors/id/C/CH/CHROMATIC/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+SRC_TEST="do"
+
+DEPEND="virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Module-Build-0.28
+ dev-lang/perl"