diff options
author | 2006-08-05 19:43:41 +0000 | |
---|---|---|
committer | 2006-08-05 19:43:41 +0000 | |
commit | 3b15f5cae42ebfd86c5ce8be2a130fd213a0e118 (patch) | |
tree | 6c9852576559a32336251739efac5b03a9cf25ea /dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild | |
parent | Version bump #142721 by Paulo Jorge de Oliveira Cantante de Matos. (diff) | |
download | historical-3b15f5cae42ebfd86c5ce8be2a130fd213a0e118.tar.gz historical-3b15f5cae42ebfd86c5ce8be2a130fd213a0e118.tar.bz2 historical-3b15f5cae42ebfd86c5ce8be2a130fd213a0e118.zip |
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild')
-rw-r--r-- | dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild b/dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild index 6dbaaad479f1..f30d9b70d590 100644 --- a/dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild +++ b/dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild,v 1.14 2006/07/04 14:12:57 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/OpenCA-OpenSSL/OpenCA-OpenSSL-0.9.91.ebuild,v 1.15 2006/08/05 19:40:58 mcummings Exp $ inherit perl-module @@ -16,5 +16,8 @@ IUSE="" export OPTIMIZE="${CFLAGS}" DEPEND="dev-perl/X500-DN - dev-libs/openssl" + dev-libs/openssl + dev-lang/perl" RDEPEND="${DEPEND}" + + |