freebsd-ports/mail/p5-Mail-ClamAV/Makefile

34 lines
636 B
Makefile
Raw Normal View History

# 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
2009-11-08 10:39:20 +01:00
PORTVERSION= 0.29
2010-04-06 14:01:56 +02:00
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the clamav virus scanner
2012-06-03 21:44:26 +02:00
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
clamscan:${PORTSDIR}/security/clamav
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
PERL_CONFIGURE= yes
MAN3= Mail::ClamAV.3
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>