| Server IP : 82.208.35.60 / Your IP : 216.73.216.168 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/p5-File-Scan/ |
Upload File : |
PORTNAME= File-Scan
PORTVERSION= 1.43
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jims@bluenotch.com
COMMENT= Perl5 anti-virus file scanning package
USES= perl5 shebangfix
USE_PERL5= configure
OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
SHEBANG_FILES= examples/*.pl examples/procmail/scanvirus.pl
.include <bsd.port.options.mk>
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/docs
.for file in Changes FAQ README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.for f in docs/write_sign_bin.txt
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/docs
.endfor
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/procmail
.for f in latest.pl scan.pl
${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} ${STAGEDIR}${EXAMPLESDIR}
.endfor
.for f in procmail/.procmailrc procmail/README procmail/scanvirus.pl
${INSTALL_SCRIPT} ${WRKSRC}/examples/${f} \
${STAGEDIR}${EXAMPLESDIR}/procmail
.endfor
.include <bsd.port.mk>