mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
A library for connecting to and sending commands to a local
ClamAV clamd service - an anti-virus daemon process. You can find more information about clam anti-virus at WWW: http://www.clamav.net/ File::Scan::ClamAV was originally based on the Clamd module Submitted by: Jan-Peter Koopmann <Jan-Peter.Koopmann at seceidos.de>
This commit is contained in:
parent
a8e0f5eaf9
commit
40786d825e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177941
@ -438,6 +438,7 @@
|
||||
SUBDIR += p5-Digest-Whirlpool
|
||||
SUBDIR += p5-Email-Obfuscate
|
||||
SUBDIR += p5-File-Scan
|
||||
SUBDIR += p5-File-Scan-ClamAV
|
||||
SUBDIR += p5-Filter-CBC
|
||||
SUBDIR += p5-Filter-Crypto
|
||||
SUBDIR += p5-GD-SecurityImage
|
||||
|
31
security/p5-File-Scan-ClamAV/Makefile
Normal file
31
security/p5-File-Scan-ClamAV/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: File-Scan-ClamAV
|
||||
# Date created: 2006-11-24
|
||||
# Whom: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Scan-ClamAV
|
||||
PORTVERSION= 1.8
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= j.koopmann@seceidos.de
|
||||
COMMENT= Perl extension for the clamav virus scanner
|
||||
|
||||
BUILD_DEPENDS= clamscan:${PORTSDIR}/security/clamav
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::Scan::ClamAV.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
security/p5-File-Scan-ClamAV/distinfo
Normal file
3
security/p5-File-Scan-ClamAV/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (File-Scan-ClamAV-1.8.tar.gz) = f447f42ca91d8aa66d33dddfcb69b3d9
|
||||
SHA256 (File-Scan-ClamAV-1.8.tar.gz) = 5aec0cb6e7bc7b76192f336cbf47aaf8f23011c1d60979624d3468363112e80c
|
||||
SIZE (File-Scan-ClamAV-1.8.tar.gz) = 6799
|
7
security/p5-File-Scan-ClamAV/pkg-descr
Normal file
7
security/p5-File-Scan-ClamAV/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
A library for connecting to and sending commands to a local
|
||||
ClamAV clamd service - an anti-virus daemon process.
|
||||
|
||||
You can find more information about clam anti-virus at
|
||||
WWW: http://www.clamav.net/
|
||||
|
||||
File::Scan::ClamAV was originally based on the Clamd module
|
7
security/p5-File-Scan-ClamAV/pkg-plist
Normal file
7
security/p5-File-Scan-ClamAV/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Scan/ClamAV/.packlist
|
||||
%%SITE_PERL%%/File/Scan/ClamAV.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Scan/ClamAV
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Scan 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/File/Scan 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/File 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user