8f749ef457
ClamAV.xs:219:66: error: too few arguments to function call, expected 6, have 5 status = cl_scandesc(fd, &virname, &scanned, c->root, options); Reported by: pkg-fallout
32 lines
647 B
Makefile
32 lines
647 B
Makefile
# Created by: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail-ClamAV
|
|
PORTVERSION= 0.29
|
|
PORTREVISION= 4
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for the clamav virus scanner
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BROKEN= fails to build
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Inline>=0:devel/p5-Inline \
|
|
p5-Inline-C>=0:devel/p5-Inline-C \
|
|
clamscan:security/clamav
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
# Do not use bundled Inline::MakeMaker
|
|
post-patch:
|
|
@${RM} -r ${WRKSRC}/Inline/
|
|
|
|
.include <bsd.port.mk>
|