freebsd-ports/security/p5-File-Scan-ClamAV/Makefile
Renato Botelho e74905e54b - Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:	portmgr (pav)
Security:	CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
2007-12-19 23:08:38 +00:00

26 lines
577 B
Makefile

# New ports collection makefile for: File-Scan-ClamAV
# Date created: 2006-11-24
# Whom: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
#
# $FreeBSD$
#
PORTNAME= File-Scan-ClamAV
PORTVERSION= 1.8
PORTREVISION= 2
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= j.koopmann@seceidos.de
COMMENT= Perl extension for the clamav virus scanner
BUILD_DEPENDS= clamscan:${PORTSDIR}/security/clamav
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= File::Scan::ClamAV.3
.include <bsd.port.mk>