summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild')
-rw-r--r--dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild
new file mode 100644
index 000000000000..6d0456cefa84
--- /dev/null
+++ b/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES_EDE3/Crypt-DES_EDE3-0.01.ebuild,v 1.1 2005/04/11 16:34:11 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Triple-DES EDE encryption/decryption"
+HOMEPAGE="http://search.cpan.org/~btrott/${P}/"
+SRC_URI="mirror://cpan/authors/id/B/BT/BTROTT/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86 ~sparc"
+IUSE=""
+
+SRC_TEST="do"
+
+DEPEND="dev-perl/Crypt-DES"