summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-11-23 16:04:33 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-11-23 16:04:33 +0000
commitbcc5985e8634990129ac5082dfb256536f28a173 (patch)
tree9dc6531385934877f1e665c7a4cb73eb51b87c7e /dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.97.ebuild
parent New release which fixes some bugs, but mainly keeps (diff)
downloadgentoo-2-bcc5985e8634990129ac5082dfb256536f28a173.tar.gz
gentoo-2-bcc5985e8634990129ac5082dfb256536f28a173.tar.bz2
gentoo-2-bcc5985e8634990129ac5082dfb256536f28a173.zip
Version bump
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.97.ebuild')
-rw-r--r--dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.97.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.97.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.97.ebuild
new file mode 100644
index 000000000000..a7931a3fbc9e
--- /dev/null
+++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.97.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# 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.97.ebuild,v 1.1 2005/11/23 16:04:33 mcummings Exp $
+
+inherit perl-module
+
+DESCRIPTION="Nearly transparent SSL encapsulation for IO::Socket::INET"
+SRC_URI="mirror://cpan/authors/id/B/BE/BEHROOZI/${P}.tar.gz"
+HOMEPAGE="http://search.cpan.org/~behroozi/${P}/"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+IUSE=""
+
+# Disabled because the tests conflict with other services already running on the
+# desired ports -and who wants to write a patch to try and locate a free prot
+# range just for this?
+#SRC_TEST="do"
+
+DEPEND="dev-perl/Net-SSLeay"