aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-File-Scan/Makefile
blob: f6405c7b383f648579fa6b9ad37b656dd2e9d5c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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
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>