mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2008ba765c
- Convert to staging Reported by: pkg-fallout, for months [1] Sponsored by: Absolight
26 lines
509 B
Makefile
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>
|