aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Daemon-Generic/Makefile
blob: 71f1aaca0471aa00d92ea5bcf8a4bcfc7895d69f (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
# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com>
# $FreeBSD$

PORTNAME=   Daemon-Generic
PORTVERSION=    0.85
CATEGORIES= net perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= danilo@FreeBSD.org
COMMENT=    Framework to provide start/stop/reload for a daemon

BUILD_DEPENDS=  p5-File-Flock>=0:devel/p5-File-Flock \
        p5-File-Slurp>=0:devel/p5-File-Slurp \
        p5-AnyEvent>=0:devel/p5-AnyEvent \
        p5-Event>=0:devel/p5-Event \
        p5-Eval-LineNumbers>=0:devel/p5-Eval-LineNumbers
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>