diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-25 17:54:38 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-25 17:54:38 +0000 |
commit | dc7dfd0da6f90d66c9120ece0d9ca202a87160d7 (patch) | |
tree | 9c56b98449c57d3b45cc5cebddf02c8c0a53b33a /security/p5-File-Scan/Makefile | |
parent | 0e25097f9edc9a1c41adb5ce0d3745b891953542 (diff) | |
download | FreeBSD-ports-dc7dfd0da6f90d66c9120ece0d9ca202a87160d7.zip FreeBSD-ports-dc7dfd0da6f90d66c9120ece0d9ca202a87160d7.tar.gz |
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/p5-File-Scan/Makefile')
-rw-r--r-- | security/p5-File-Scan/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/security/p5-File-Scan/Makefile b/security/p5-File-Scan/Makefile new file mode 100644 index 0000000..573ca35 --- /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> |