diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-26 01:54:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-26 01:54:38 +0800 |
commit | dc7dfd0da6f90d66c9120ece0d9ca202a87160d7 (patch) | |
tree | 9c56b98449c57d3b45cc5cebddf02c8c0a53b33a /security | |
parent | 0e25097f9edc9a1c41adb5ce0d3745b891953542 (diff) | |
download | freebsd-ports-gnome-dc7dfd0da6f90d66c9120ece0d9ca202a87160d7.tar.gz freebsd-ports-gnome-dc7dfd0da6f90d66c9120ece0d9ca202a87160d7.tar.zst freebsd-ports-gnome-dc7dfd0da6f90d66c9120ece0d9ca202a87160d7.zip |
New port p5-File-Scan version 0.27: Perl5 anti-virus file scanning
package
Submitted by: Martin Matuska <matuska@wu-wien.ac.at>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-File-Scan/Makefile | 22 | ||||
-rw-r--r-- | security/p5-File-Scan/distinfo | 1 | ||||
-rw-r--r-- | security/p5-File-Scan/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-File-Scan/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-File-Scan/pkg-plist | 3 |
6 files changed, 32 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index dc28e384a0df..37b5212cd4fa 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile new file mode 100644 index 000000000000..573ca3530d63 --- /dev/null +++ b/security/p5-File-Scan/Makefile @@ -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> diff --git a/security/p5-File-Scan/distinfo b/security/p5-File-Scan/distinfo new file mode 100644 index 000000000000..178a8f2c2cb8 --- /dev/null +++ b/security/p5-File-Scan/distinfo @@ -0,0 +1 @@ +MD5 (File-Scan-0.27.tar.gz) = 8bc5f68f3a814e71a5ab090e87020858 diff --git a/security/p5-File-Scan/pkg-comment b/security/p5-File-Scan/pkg-comment new file mode 100644 index 000000000000..a6a63300e661 --- /dev/null +++ b/security/p5-File-Scan/pkg-comment @@ -0,0 +1 @@ +Perl5 anti-virus file scanning package diff --git a/security/p5-File-Scan/pkg-descr b/security/p5-File-Scan/pkg-descr new file mode 100644 index 000000000000..47e28d9d5498 --- /dev/null +++ b/security/p5-File-Scan/pkg-descr @@ -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. diff --git a/security/p5-File-Scan/pkg-plist b/security/p5-File-Scan/pkg-plist new file mode 100644 index 000000000000..ae78b8bab495 --- /dev/null +++ b/security/p5-File-Scan/pkg-plist @@ -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 |