diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 13:54:50 +0000 |
commit | 2e24707c96c566166fcf9785c12d2d961d1c586d (patch) | |
tree | 6ad8879b9a138416ef4b26bc646126e12fd4f892 /security/p5-File-Scan | |
parent | bac4da00aa6c6c7a9f2e2c554324bd96d1e07821 (diff) | |
download | ports-2e24707c96c566166fcf9785c12d2d961d1c586d.tar.gz ports-2e24707c96c566166fcf9785c12d2d961d1c586d.zip |
Notes
Diffstat (limited to 'security/p5-File-Scan')
-rw-r--r-- | security/p5-File-Scan/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile index 63904b0968ef..0557aded2882 100644 --- a/security/p5-File-Scan/Makefile +++ b/security/p5-File-Scan/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-File-Scan -# Date created: May 24 2002 -# Whom: Martin Matuska <martin@tradex.sk> -# +# Created by: Martin Matuska <martin@tradex.sk> # $FreeBSD$ -# PORTNAME= File-Scan PORTVERSION= 1.43 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= jims@bluenotch.com COMMENT= Perl5 anti-virus file scanning package -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= File::Scan.3 |