freebsd-ports/mail/p5-Mail-ClamAV/Makefile
Renato Botelho fefa1fc9fb - Mark it as BROKEN while i can't find a fix to build it with new clamav,
maintainer and author was already contacted.
2009-03-30 11:34:02 +00:00

34 lines
753 B
Makefile

# New ports collection makefile for: p5-Mail-ClamAV
# Date created: 2003-11-24
# Whom: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
#
# $FreeBSD$
#
PORTNAME= Mail-ClamAV
PORTVERSION= 0.20
PORTREVISION= 5
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= j.koopmann@seceidos.de
COMMENT= Perl extension for the clamav virus scanner
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \
clamscan:${PORTSDIR}/security/clamav
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_LDCONFIG= yes
PERL_CONFIGURE= yes
MAN3= Mail::ClamAV.3
BROKEN= Doesn't build with clamav 0.95 or later
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>