freebsd-ports/security/p5-File-Scan/Makefile
Michael Johnson 39bd1e45ec - Update to 1.41
PR:		ports/78259
Submitted by:	Jim Shewmaker <jimshew@gmail.com> (maintainer)
2005-03-02 05:20:15 +00:00

40 lines
1,008 B
Makefile

# New ports collection makefile for: p5-File-Scan
# Date created: May 24 2002
# Whom: Martin Matuska <martin@tradex.sk>
#
# $FreeBSD$
#
PORTNAME= File-Scan
PORTVERSION= 1.41
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File/HDIAS
PKGNAMEPREFIX= p5-
MAINTAINER= jims@bluenotch.com
COMMENT= Perl5 anti-virus file scanning package
PERL_CONFIGURE= yes
MAN3= File::Scan.3
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} ${DOCSDIR}/docs
.for file in Changes FAQ README TODO
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.for f in docs/write_sign_bin.txt
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/docs
.endfor
.endif
@${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/procmail
.for f in latest.pl scan.pl
@${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}
.endfor
.for f in procmail/.procmailrc procmail/README procmail/scanvirus.pl
@${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${EXAMPLESDIR}/procmail
.endfor
.include <bsd.port.mk>