summaryrefslogtreecommitdiff
path: root/mail-filter/greyfix/greyfix-0.4.0.ebuild
blob: b401b417f24c0e56482536800bfc4e15c3e5efc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

DESCRIPTION="Greylisting policy daemon for Postfix"
HOMEPAGE="http://www.kim-minh.com/pub/greyfix"
SRC_URI="http://www.kim-minh.com/pub/greyfix/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64"
IUSE="doc"

RDEPEND="sys-libs/db"
DEPEND="${RDEPEND}"