New port p5-File-Scan version 0.27: Perl5 anti-virus file scanning
package Submitted by: Martin Matuska <matuska@wu-wien.ac.at>
This commit is contained in:
parent
8d9c722152
commit
5aceaad992
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59997
6 changed files with 32 additions and 0 deletions
|
@ -159,6 +159,7 @@
|
|||
SUBDIR += p5-Digest-MD2
|
||||
SUBDIR += p5-Digest-MD5
|
||||
SUBDIR += p5-Digest-SHA1
|
||||
SUBDIR += p5-File-Scan
|
||||
SUBDIR += p5-GnuPG-Interface
|
||||
SUBDIR += p5-IO-Socket-SSL
|
||||
SUBDIR += p5-MD5
|
||||
|
|
22
security/p5-File-Scan/Makefile
Normal file
22
security/p5-File-Scan/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-File-Scan
|
||||
# Date created: May 24 2002
|
||||
# Whom: Martin Matuska <matuska@wu-wien.ac.at>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-Scan
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= File/HDIAS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= matuska@wu-wien.ac.at
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= File::Scan.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/p5-File-Scan/distinfo
Normal file
1
security/p5-File-Scan/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (File-Scan-0.27.tar.gz) = 8bc5f68f3a814e71a5ab090e87020858
|
1
security/p5-File-Scan/pkg-comment
Normal file
1
security/p5-File-Scan/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Perl5 anti-virus file scanning package
|
4
security/p5-File-Scan/pkg-descr
Normal file
4
security/p5-File-Scan/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
File::Scan allows users to make multiplataform virus scans which
|
||||
can detect Windows/DOS/Mac viruses.
|
||||
|
||||
It includes a virus scanner and a signature database.
|
3
security/p5-File-Scan/pkg-plist
Normal file
3
security/p5-File-Scan/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/File/Scan.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/Scan
|
Loading…
Reference in a new issue