freebsd-ports/mail/p5-Mail-ClamAV/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

30 lines
570 B
Makefile

# Created by: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
# $FreeBSD$
PORTNAME= Mail-ClamAV
PORTVERSION= 0.29
PORTREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the clamav virus scanner
BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline \
clamscan:${PORTSDIR}/security/clamav
RUN_DEPENDS:= ${BUILD_DEPENDS}
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
USES= perl5
USE_PERL5= configure
MAN3= Mail::ClamAV.3
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>