1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/p5-Mail-ClamAV/Makefile
Mathieu Arnold 2008ba765c - Fix build with Clang [1]
- Convert to staging

Reported by:	pkg-fallout, for months [1]
Sponsored by:	Absolight
2014-03-02 10:47:32 +00:00

26 lines
509 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
.include <bsd.port.mk>