diff options
Diffstat (limited to 'dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild')
-rw-r--r-- | dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild new file mode 100644 index 000000000000..a4950e3e694f --- /dev/null +++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.17.ebuild @@ -0,0 +1,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.17.ebuild,v 1.1 2005/04/28 17:30:26 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Perl extension for the clamav virus scanner." +HOMEPAGE="http://search.cpan.org/~sabeck/${P}" +SRC_URI="mirror://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 +} + + |