1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/mail/p5-Clamd/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
449 B
Makefile

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>