diff options
Diffstat (limited to 'net-mail/razor/razor-2.12.ebuild')
-rw-r--r-- | net-mail/razor/razor-2.12.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mail/razor/razor-2.12.ebuild b/net-mail/razor/razor-2.12.ebuild new file mode 100644 index 000000000000..0b306a00aa8a --- /dev/null +++ b/net-mail/razor/razor-2.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/razor/razor-2.12.ebuild,v 1.1 2002/07/09 14:42:48 blizzy Exp $ + +inherit perl-module + +S="${WORKDIR}/razor-agents-${PV}" + +DESCRIPTION="Vipul's Razor is a distributed, collaborative spam detection and filtering network" +HOMEPAGE="http://razor.sourceforge.net" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/razor/razor-agents-${PV}.tar.gz" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="*" + +RDEPEND="sys-devel/perl + dev-perl/Net-DNS + dev-perl/Time-HiRes + dev-perl/Digest-SHA1 + dev-perl/URI + dev-perl/Digest-Nilsimsa" |