diff options
Diffstat (limited to 'net-firewall/psad/psad-1.2.4-r1.ebuild')
-rw-r--r-- | net-firewall/psad/psad-1.2.4-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-firewall/psad/psad-1.2.4-r1.ebuild b/net-firewall/psad/psad-1.2.4-r1.ebuild index 699a3896a5d9..f69bab75c2ef 100644 --- a/net-firewall/psad/psad-1.2.4-r1.ebuild +++ b/net-firewall/psad/psad-1.2.4-r1.ebuild @@ -1,20 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.2.4-r1.ebuild,v 1.2 2003/12/01 19:28:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/psad/psad-1.2.4-r1.ebuild,v 1.3 2004/01/14 02:10:20 battousai Exp $ inherit eutils inherit perl-module IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="Port Scannning Attack Detection daemon" SRC_URI="http://www.cipherdyne.org/psad/download/psad-${PV}.tar.bz2" HOMEPAGE="http://www.cipherdyne.org/psad" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ia64 ~ppc ~alpha ~sparc ~hppa ~mips ~arm" +KEYWORDS="x86 ~amd64 ~ppc ~alpha ~sparc" DEPEND="${DEPEND} dev-lang/perl" |