freebsd-ports/security/p5-File-Scan/Makefile

45 lines
1 KiB
Makefile
Raw Normal View History

# Created by: Martin Matuska <martin@tradex.sk>
# $FreeBSD$
PORTNAME= File-Scan
PORTVERSION= 1.43
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jims@bluenotch.com
2003-02-21 14:28:59 +01:00
COMMENT= Perl5 anti-virus file scanning package
2014-02-06 15:24:30 +01:00
USES= perl5 shebangfix
USE_PERL5= configure
2014-02-06 15:24:30 +01:00
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
SHEBANG_FILES= examples/*.pl examples/procmail/scanvirus.pl
.include <bsd.port.options.mk>
post-install:
2014-02-06 15:24:30 +01:00
${MKDIR} ${STAGEDIR}${DOCSDIR}/docs
.for file in Changes FAQ README TODO
2014-02-06 15:24:30 +01:00
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.for f in docs/write_sign_bin.txt
2014-02-06 15:24:30 +01:00
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/docs
.endfor
2014-02-06 15:24:30 +01:00
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/procmail
.for f in latest.pl scan.pl
2014-02-06 15:24:30 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.for f in procmail/.procmailrc procmail/README procmail/scanvirus.pl
2014-02-06 15:24:30 +01:00
${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} \
${STAGEDIR}${EXAMPLESDIR}/procmail
.endfor
.include <bsd.port.mk>