You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/spampd/spampd-2.30.ebuild

25 lines
776 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/spampd-2.30.ebuild,v 1.5 2011/06/16 06:30:14 eras Exp $
DESCRIPTION="spampd is a program to scan messages for possible Unsolicited Commercial E-mail content."
HOMEPAGE="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm"
SRC_URI="http://www.worlddesign.com/Content/rd/mta/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/net-server
mail-filter/spamassassin"
DEPEND="${RDEPEND}"
src_install() {
dosbin spampd
dodoc changelog.txt spampd-rh-rc-script
dohtml spampd.html
newinitd "${FILESDIR}"/init spampd
newconfd "${FILESDIR}"/conf spampd
}