diff options
author | 2007-01-14 22:30:53 +0000 | |
---|---|---|
committer | 2007-01-14 22:30:53 +0000 | |
commit | 896e6fa62b92ac51f6db9362105cbf412c082cfb (patch) | |
tree | 1aac3763130aa0bbc261d42dc551bb1288584fd1 /net-mail/sendEmail/sendEmail-1.55.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-896e6fa62b92ac51f6db9362105cbf412c082cfb.tar.gz gentoo-2-896e6fa62b92ac51f6db9362105cbf412c082cfb.tar.bz2 gentoo-2-896e6fa62b92ac51f6db9362105cbf412c082cfb.zip |
Version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-mail/sendEmail/sendEmail-1.55.ebuild')
-rw-r--r-- | net-mail/sendEmail/sendEmail-1.55.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mail/sendEmail/sendEmail-1.55.ebuild b/net-mail/sendEmail/sendEmail-1.55.ebuild new file mode 100644 index 000000000000..3db22f4c0044 --- /dev/null +++ b/net-mail/sendEmail/sendEmail-1.55.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendEmail/sendEmail-1.55.ebuild,v 1.1 2007/01/14 22:30:53 mrness Exp $ + +DESCRIPTION="Command line based, SMTP email agent" +HOMEPAGE="http://caspian.dotconf.net/menu/Software/SendEmail/" +SRC_URI="http://caspian.dotconf.net/menu/Software/SendEmail/${PN}-v${PV}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="ssl" + +DEPEND="" +RDEPEND="dev-lang/perl + ssl? ( dev-perl/IO-Socket-SSL )" + +S="${WORKDIR}/${PN}-v${PV}" + +src_install() { + dodir /usr/bin + exeinto /usr/bin ; doexe sendEmail + dodoc CHANGELOG README TODO +} |