blob: e65a2814f158f49461f85b4e8dd9c9b285301fe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= Clamd
PORTVERSION= 1.04
PORTREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MSERGEANT
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Connect to local clamd(8) service and send commands
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= clamd:security/clamav
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
|