blob: e7c39b70e42440ca7eb2c8bd43ba1beb0d8eaefc (
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
|
# Copyright 1999-2008 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.21.ebuild,v 1.5 2008/03/10 15:16:48 beandog Exp $
inherit perl-module
DESCRIPTION="Perl extension for the clamav virus scanner."
HOMEPAGE="http://search.cpan.org/~sabeck/"
SRC_URI="mirror://cpan/authors/id/S/SA/SABECK/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ia64 sparc x86"
IUSE=""
DEPEND=">=app-antivirus/clamav-0.92
dev-perl/Inline
dev-lang/perl"
src_install() {
perl-module_src_install
dodoc README || die
}
|