diff options
author | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:19:06 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2008-04-29 06:19:06 +0000 |
commit | 6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f (patch) | |
tree | 108039da3ceeb1800f6296186ec4617febfb55ac /dev-perl/Email-Send | |
parent | Took maintainace. amd64 stable. (diff) | |
download | historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.gz historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.tar.bz2 historical-6e2e803cb5f82e813cca8ffb3cb9c007ce269f3f.zip |
Version bump
Package-Manager: portage-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" |