diff options
author | 2003-06-08 08:23:17 +0000 | |
---|---|---|
committer | 2003-06-08 08:23:17 +0000 | |
commit | 3b7a8c255677f51c353fdc67c137e9ee258ce6b4 (patch) | |
tree | 5bdb65a3d30f0a1312348c3e423301a8fd2646fc /dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild | |
parent | version bump, ebuild syntax/url fixing (diff) | |
download | historical-3b7a8c255677f51c353fdc67c137e9ee258ce6b4.tar.gz historical-3b7a8c255677f51c353fdc67c137e9ee258ce6b4.tar.bz2 historical-3b7a8c255677f51c353fdc67c137e9ee258ce6b4.zip |
Fix headers, add IUSE, upstream version bump
Diffstat (limited to 'dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild')
-rw-r--r-- | dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild new file mode 100644 index 000000000000..54ff611ae1e6 --- /dev/null +++ b/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-SSLeay/Crypt-SSLeay-0.49.ebuild,v 1.1 2003/06/08 08:23:17 rac Exp $ + +inherit perl-module + +DESCRIPTION="Crypt::SSLeay module for perl" +SRC_URI="http://www.cpan.org/modules/by-module/Crypt/${P}.tar.gz" +HOMEPAGE="http://search.cpan.org/author/CHAMAS/Crypt-SSLeay-${PV}/" +IUSE="" +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~alpha ~ppc ~sparc" + +DEPEND="virtual/glibc + >=dev-lang/perl-5 + dev-perl/libwww-perl + >=dev-libs/openssl-0.9.6g" + +export OPTIMIZE="${CFLAGS}" +myconf="${myconf} /usr" + |