1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/mail/p5-Mail-ClamAV/Makefile
Mathieu Arnold 33ee3df06d Add p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner.
PR:		59639
Submitted by:	Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
2003-12-04 17:23:28 +00:00

39 lines
876 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.04
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
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}
INSTALLS_SHLIB= yes
PERL_CONFIGURE= yes
MAN3= Mail::ClamAV.3
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again"
.endif
.include <bsd.port.post.mk>