diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:12:09 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:12:09 +0000 |
commit | 90ccce7c6d6069b55b2aa9cbba732df73e898a5c (patch) | |
tree | b72861e020c0e80ef589e3e25e61bd08cb642adf /dev-perl/Email-Send | |
parent | Version bump (diff) | |
download | gentoo-2-90ccce7c6d6069b55b2aa9cbba732df73e898a5c.tar.gz gentoo-2-90ccce7c6d6069b55b2aa9cbba732df73e898a5c.tar.bz2 gentoo-2-90ccce7c6d6069b55b2aa9cbba732df73e898a5c.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Email-Send')
-rw-r--r-- | dev-perl/Email-Send/Email-Send-2.192.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-perl/Email-Send/Email-Send-2.192.ebuild b/dev-perl/Email-Send/Email-Send-2.192.ebuild new file mode 100644 index 000000000000..243f57830f80 --- /dev/null +++ b/dev-perl/Email-Send/Email-Send-2.192.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Email-Send/Email-Send-2.192.ebuild,v 1.1 2008/04/29 06:12:09 yuval Exp $ + +inherit perl-module + +DESCRIPTION="Simply Sending Email" +HOMEPAGE="http://search.cpan.org/~rjbs/" +SRC_URI="mirror://cpan/authors/id/R/RJ/RJBS/${P}.tar.gz" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +DEPEND="virtual/perl-Test-Simple + >=dev-perl/Module-Pluggable-2.97 + virtual/perl-Scalar-List-Utils + >=dev-perl/Return-Value-1.302 + virtual/perl-File-Spec + dev-perl/Email-Simple + dev-perl/Email-Address + dev-lang/perl" + +SRC_TEST="do" |