mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
19 lines
368 B
Makefile
19 lines
368 B
Makefile
COMMENT= client class for the ClamAV clamd virus scanner daemon
|
|
|
|
DISTNAME = File-Scan-ClamAV-1.96
|
|
CATEGORIES= security
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= security/clamav
|
|
BUILD_DEPENDS= security/clamav
|
|
TEST_DEPENDS= devel/p5-Test-Pod \
|
|
devel/p5-Test-Pod-Coverage
|
|
CONFIGURE_ENV= CLAMD_PATH=${LOCALBASE}/sbin/
|
|
|
|
.include <bsd.port.mk>
|