blob: f1c37bc2bc1e5944364d295aedb9049103423892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="spampd is a program to scan messages for 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
}
|