# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Mail-DKIM is a Perl module that implements the new Domain Keys
Identified Mail (DKIM) standard"
HOMEPAGE="http://jason.long.name/dkimproxy/"
SRC_URI="http://jason.long.name/dkimproxy/dkimproxy-0.16.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="dev-perl/net-server
	dev-perl/Mail-DKIM"

src_install() {
	emake DESTDIR="${D}" install || die "Install Failed!"
}