summaryrefslogtreecommitdiff
path: root/mail-filter/spampd/spampd-2.42.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/spampd/spampd-2.42.ebuild')
-rw-r--r--mail-filter/spampd/spampd-2.42.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail-filter/spampd/spampd-2.42.ebuild b/mail-filter/spampd/spampd-2.42.ebuild
new file mode 100644
index 000000000000..cc46ce177c5e
--- /dev/null
+++ b/mail-filter/spampd/spampd-2.42.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+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="https://github.com/mpaperno/${PN}/archive/${PV}.tar.gz -> ${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.pl
+ dodoc changelog.txt misc/spampd-rh-rc-script.sh misc/spampd.service
+ dohtml spampd.html
+ newinitd "${FILESDIR}"/init-r1 spampd
+ newconfd "${FILESDIR}"/conf spampd
+}