mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-Mail-ClamAV 0.04, perl extension for the clamav virus scanner.
PR: 59639 Submitted by: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
This commit is contained in:
parent
249a9ba526
commit
33ee3df06d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95033
@ -212,6 +212,7 @@
|
||||
SUBDIR += p5-Mail-Box1
|
||||
SUBDIR += p5-Mail-Bulkmail
|
||||
SUBDIR += p5-Mail-CClient
|
||||
SUBDIR += p5-Mail-ClamAV
|
||||
SUBDIR += p5-Mail-Ezmlm
|
||||
SUBDIR += p5-Mail-FilterXML
|
||||
SUBDIR += p5-Mail-Folder
|
||||
|
38
mail/p5-Mail-ClamAV/Makefile
Normal file
38
mail/p5-Mail-ClamAV/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: p5-Mail-ClamAV
|
||||
# Date created: 2003-11-24
|
||||
# Whom: Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-ClamAV
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= j.koopmann@seceidos.de
|
||||
COMMENT= Perl extension for the clamav virus scanner
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
||||
${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \
|
||||
clamscan:${PORTSDIR}/security/clamav
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mail::ClamAV.3
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.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>
|
1
mail/p5-Mail-ClamAV/distinfo
Normal file
1
mail/p5-Mail-ClamAV/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Mail-ClamAV-0.04.tar.gz) = f8b664f7b1c3903601e3aa8c9b64b683
|
6
mail/p5-Mail-ClamAV/pkg-descr
Normal file
6
mail/p5-Mail-ClamAV/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Clam AntiVirus is an anti-virus toolkit for UNIX. This module provide a simple
|
||||
interface to it's C API.
|
||||
|
||||
WWW: http://clamav.elektrapro.com/
|
||||
|
||||
Author Scott Beck <sbeck@gossamer-threads.com>
|
7
mail/p5-Mail-ClamAV/pkg-message
Normal file
7
mail/p5-Mail-ClamAV/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
********************************************
|
||||
|
||||
Have a look at the documentation:
|
||||
|
||||
man Mail::ClamAV
|
||||
|
||||
********************************************
|
7
mail/p5-Mail-ClamAV/pkg-plist
Normal file
7
mail/p5-Mail-ClamAV/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Mail/ClamAV.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/ClamAV/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/ClamAV/ClamAV.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/ClamAV/ClamAV.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/ClamAV
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Mail 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user