2003-12-04 18:23:28 +01:00
|
|
|
# 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
|
2003-12-04 18:23:28 +01:00
|
|
|
CATEGORIES= mail perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-12-04 18:23:28 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-09-16 23:52:11 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-12-04 18:23:28 +01:00
|
|
|
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 \
|
2003-12-04 18:23:28 +01:00
|
|
|
clamscan:${PORTSDIR}/security/clamav
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2003-12-04 18:23:28 +01:00
|
|
|
|
2009-09-04 00:58:46 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
|
2007-03-14 12:14:53 +01:00
|
|
|
USE_LDCONFIG= yes
|
2003-12-04 18:23:28 +01:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Mail::ClamAV.3
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|