summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-10-23 15:55:57 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-10-23 15:55:57 +0000
commit03cceb03c757e6e2e5e4c985749d98f77b391a8c (patch)
tree889ab2f1cab36efca2f6a1b1e1375574678db016 /dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild
parentInitial ebuild (diff)
downloadgentoo-2-03cceb03c757e6e2e5e4c985749d98f77b391a8c.tar.gz
gentoo-2-03cceb03c757e6e2e5e4c985749d98f77b391a8c.tar.bz2
gentoo-2-03cceb03c757e6e2e5e4c985749d98f77b391a8c.zip
Bug 7306 requested this module
Diffstat (limited to 'dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild')
-rw-r--r--dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild
new file mode 100644
index 000000000000..f255b9f9c2e2
--- /dev/null
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.92.ebuild,v 1.1 2002/10/23 15:55:57 mcummings Exp $
+
+inherit perl-module
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
+SRC_URI="http://cpan.valueclick.com/authors/id/B/BE/BEHROOZI/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/author/BEHROOZI/${P}/README"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="x86 sparc sparc64"
+
+DEPEND="${DEPEND} dev-perl/Net-SSLeay"