summaryrefslogtreecommitdiff
blob: c347af4c59be76eed0b17e2efcd0bb9d3597a905 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.91.ebuild,v 1.1 2009/05/17 08:44:19 dertobi123 Exp $

inherit perl-module

DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands"
HOMEPAGE="http://search.cpan.org/~JAMTUR/"
SRC_URI="mirror://cpan/authors/id/J/JA/JAMTUR/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

DEPEND="app-antivirus/clamav"
RDEPEND="${DEPEND}"