freebsd-ports/mail/p5-Mail-ClamAV/Makefile
Antoine Brodin 8f749ef457 Mark BROKEN: fails to build
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
2019-01-19 07:19:10 +00:00

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>