blob: ce463a1fa5eb650e06e18de142b3cc869da3796b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sender/Mail-Sender-0.8.16.ebuild,v 1.4 2012/02/12 15:05:03 armin76 Exp $
MODULE_AUTHOR=JENDA
inherit perl-module
DESCRIPTION="Module for sending mails with attachments through an SMTP server"
LICENSE="Mail-Sender"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/perl-MIME-Base64
dev-lang/perl"
src_compile() {
echo "n" | perl-module_src_compile
}
|