37c88c8e12
- Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav)
32 lines
703 B
Makefile
32 lines
703 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= 4
|
|
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
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|