blob: c016149cd1c9a43a1466313cb1b46211250b0f44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.13.ebuild,v 1.2 2005/04/20 15:10:41 xmerlin Exp $
inherit perl-module
DESCRIPTION="Perl extension for the clamav virus scanner."
HOMEPAGE="http://search.cpan.org/~sabeck/${P}"
SRC_URI="http://search.cpan.org/CPAN/authors/id/S/SA/SABECK/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=">=app-antivirus/clamav-0.80
dev-perl/Inline"
RDEPEND="${DEPEND}"
src_install() {
perl-module_src_install
dodoc README Changes || die
}
|