aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-POE-Component-Daemon/Makefile
blob: 4d78fc776ab920572a46cd95f0b5ae40a7ff49f7 (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
# New ports collection makefile for:    devel/p5-POE-Component-Daemon
# Date created:             24 February 2006
# Whom:                 Zach Thompson <hideo@lastamericanempire.com>
#
# $FreeBSD$
#

PORTNAME=   POE-Component-Daemon
PORTVERSION=    0.1008
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= hideo@lastamericanempire.com
COMMENT=    Handles all the housework for a daemon in POE

BUILD_DEPENDS=  ${SITE_PERL}/POE/API/Peek.pm:${PORTSDIR}/devel/p5-POE-API-Peek \
        ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   POE::Component::Daemon.3

PORTDOCS=   *

post-install:
    @${MKDIR} ${EXAMPLESDIR}
    @for i in ${WRKSRC}/*forking; do \
        ${PERL} -pi -e '$$_ = undef if m{use FindBin}o;' \
            -e 's{.FindBin::Dir(.+)$$}{/tmp$$1\nwarn "Logging to \$$logfile\\n";}o' $${i}; \
        ${INSTALL_SCRIPT} $${i} ${EXAMPLESDIR}; \
    done

.ifndef(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @for i in ${WRKSRC}/*.png; do \
        ${INSTALL_DATA} $${i} ${DOCSDIR}; \
    done
.endif

.include <bsd.port.mk>