diff options
author | 2004-01-17 17:05:10 +0000 | |
---|---|---|
committer | 2004-01-17 17:05:10 +0000 | |
commit | 0c6ae07b96171269c084a6b65ab38f6822f127e9 (patch) | |
tree | 6d3375e9a2afc7adb9b498a525a766ec6eeffe8e /dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild | |
parent | Version bumped and License fix. (diff) | |
download | historical-0c6ae07b96171269c084a6b65ab38f6822f127e9.tar.gz historical-0c6ae07b96171269c084a6b65ab38f6822f127e9.tar.bz2 historical-0c6ae07b96171269c084a6b65ab38f6822f127e9.zip |
Bumped revision. Fixed copyright headers. Closes bug 28813
Diffstat (limited to 'dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild')
-rw-r--r-- | dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild new file mode 100644 index 000000000000..a31813130d26 --- /dev/null +++ b/dev-perl/IO-Socket-SSL/IO-Socket-SSL-0.95.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2004 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.95.ebuild,v 1.1 2004/01/17 17:05:10 esammer 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 ~amd64 ~sparc ~ppc ~alpha ~ia64" + +DEPEND="${DEPEND} dev-perl/Net-SSLeay" |