summaryrefslogtreecommitdiff
blob: a64c9863ffb49e4df9e3aeb4c1d419b81e2f11ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Valid/Email-Valid-0.14.ebuild,v 1.7 2004/09/03 16:47:31 pvdabeel Exp $

inherit perl-module

DESCRIPTION="Check validity of Internet email addresses."
SRC_URI="http://www.cpan.org/modules/by-module/Email/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/EMail/${P}.readme"
SLOT="0"
KEYWORDS="x86 amd64 ppc alpha ~sparc"
LICENSE="GPL-2 | Artistic"
IUSE=""
DEPEND="${DEPEND}
	dev-perl/MailTools
	dev-perl/Net-DNS"