diff options
Diffstat (limited to 'dev-python/pyspf/pyspf-2.0.3.ebuild')
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.3.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/pyspf/pyspf-2.0.3.ebuild b/dev-python/pyspf/pyspf-2.0.3.ebuild new file mode 100644 index 000000000000..2de3a925ea4e --- /dev/null +++ b/dev-python/pyspf/pyspf-2.0.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.3.ebuild,v 1.1 2007/10/06 11:26:44 dragonheart Exp $ + +inherit distutils + +DESCRIPTION="Python implementation of the Sender Policy Framework (SPF) protocol" +SRC_URI="mirror://sourceforge/pymilter/${P}.tar.gz" +HOMEPAGE="http://cheeseshop.python.org/pypi/pyspf" + +IUSE="" +SLOT="0" +LICENSE="PYTHON" +KEYWORDS="~amd64" + +DEPEND="dev-lang/python + dev-python/pydns" |