diff options
Diffstat (limited to 'net-analyzer/nessus/nessus-2.0.10a.ebuild')
-rw-r--r-- | net-analyzer/nessus/nessus-2.0.10a.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-analyzer/nessus/nessus-2.0.10a.ebuild b/net-analyzer/nessus/nessus-2.0.10a.ebuild new file mode 100644 index 000000000000..169de518df7e --- /dev/null +++ b/net-analyzer/nessus/nessus-2.0.10a.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/nessus-2.0.10a.ebuild,v 1.1 2004/02/10 06:39:27 phosphan Exp $ + +S=${WORKDIR}/${PN} +DESCRIPTION="A remote security scanner for Linux" +HOMEPAGE="http://www.nessus.org/" +DEPEND=">=net-analyzer/nessus-libraries-${PV} + >=net-analyzer/libnasl-${PV} + >=net-analyzer/nessus-core-${PV} + >=net-analyzer/nessus-plugins-${PV}" +RDEPEND="" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" |