A library for connecting to and sending commands to a local
clamd service - an anti-virus daemon process. You can find more information about clam anti-virus at http://www.clamav.org/ WWW: http://search.cpan.org/dist/Clamd/ Approved by: araujo (mentor, implicit)
This commit is contained in:
parent
2cc66472a4
commit
42acd5bafb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224742
@ -308,6 +308,7 @@
|
||||
SUBDIR += openwebmail
|
||||
SUBDIR += ovs
|
||||
SUBDIR += p3scan
|
||||
SUBDIR += p5-Clamd
|
||||
SUBDIR += p5-Email-Abstract
|
||||
SUBDIR += p5-Email-Address
|
||||
SUBDIR += p5-Email-Date
|
||||
|
30
mail/p5-Clamd/Makefile
Normal file
30
mail/p5-Clamd/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-Clamd
|
||||
# Date created: 23 December 2008
|
||||
# Whom: pgollucci@p6m7g8.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Clamd
|
||||
PORTVERSION= 1.04
|
||||
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}
|
||||
|
||||
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>
|
3
mail/p5-Clamd/distinfo
Normal file
3
mail/p5-Clamd/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Clamd-1.04.tar.gz) = 468057092f6ca0576b29a2da0d17b3c5
|
||||
SHA256 (Clamd-1.04.tar.gz) = 4ecc13ecfeabd5e2e6475e9e1a14cbd19feb25ab44e655bdb87aaf4de2156334
|
||||
SIZE (Clamd-1.04.tar.gz) = 5746
|
7
mail/p5-Clamd/pkg-descr
Normal file
7
mail/p5-Clamd/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
A library for connecting to and sending commands to a local
|
||||
clamd service - an anti-virus daemon process.
|
||||
|
||||
You can find more information about clam anti-virus at
|
||||
http://www.clamav.org/
|
||||
|
||||
WWW: http://search.cpan.org/dist/Clamd/
|
Loading…
Reference in New Issue
Block a user