2006-11-24 00:08:30 +01:00
|
|
|
# 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
|
2009-11-08 10:28:46 +01:00
|
|
|
PORTVERSION= 1.9.1
|
2006-11-24 00:08:30 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-11-24 00:08:30 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
2009-11-08 10:28:46 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
2006-11-24 00:08:30 +01:00
|
|
|
|
2009-09-16 23:52:11 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-11-24 00:08:30 +01:00
|
|
|
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
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|