aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Clamd/Makefile
blob: d17f6e6afc29ee24ec999d76441fa62048a72104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    p5-Clamd
# Date created:                         23 December 2008
# Whom:                                 pgollucci@p6m7g8.com
#
# $FreeBSD$
#

PORTNAME=	Clamd
PORTVERSION=	1.04
PORTREVISION=	1
CATEGORIES=	mail perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../by-authors/id/M/MS/MSERGEANT
PKGNAMEPREFIX=	p5-

MAINTAINER=	pgollucci@FreeBSD.org
COMMENT=	Clamd - Connect to a local clamd service and send commands

RUN_DEPENDS=	clamd:${PORTSDIR}/security/clamav
BUILD_DEPENDS=	${RUN_DEPENDS}

MAKE_JOBS_SAFE=  yes

MAN3=	Clamd.3

PERL_CONFIGURE=	yes

PLIST_FILES=	%%SITE_PERL%%/Clamd.pm \
				%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd/.packlist

PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd

.include <bsd.port.mk>