diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-24 16:50:03 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-24 16:50:03 +0000 |
commit | 67c7af3f0187741a88f4b72ca23ca3c5aac93793 (patch) | |
tree | 79f84cd36d2c2c59ba421d9c637a51406670a86d /dev-perl/Email-Valid/Email-Valid-0.181.ebuild | |
parent | Add dropped C++ stack-protector filtering in media-gfx/k3d-0.7.11.0 (diff) | |
download | gentoo-2-67c7af3f0187741a88f4b72ca23ca3c5aac93793.tar.gz gentoo-2-67c7af3f0187741a88f4b72ca23ca3c5aac93793.tar.bz2 gentoo-2-67c7af3f0187741a88f4b72ca23ca3c5aac93793.zip |
Version bump
(Portage version: 2.2_rc26/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Email-Valid/Email-Valid-0.181.ebuild')
-rw-r--r-- | dev-perl/Email-Valid/Email-Valid-0.181.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Email-Valid/Email-Valid-0.181.ebuild b/dev-perl/Email-Valid/Email-Valid-0.181.ebuild new file mode 100644 index 000000000000..e7af108248c1 --- /dev/null +++ b/dev-perl/Email-Valid/Email-Valid-0.181.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 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.181.ebuild,v 1.1 2009/03/24 16:50:03 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=RJBS +inherit perl-module + +DESCRIPTION="Check validity of Internet email addresses." + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND="dev-perl/MailTools + dev-perl/Net-DNS" +DEPEND="test? ( ${RDEPEND} + dev-perl/Test-Pod + dev-perl/Test-Pod-Coverage )" + +SRC_TEST="do" |