2008-05-30 16:13:23 +02:00
|
|
|
# New ports collection makefile for: p5-Daemon-Generic
|
|
|
|
# Date created: 2008-05-30
|
|
|
|
# Whom: BluePex Security Solutions <freebsd-ports@bluepex.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Daemon-Generic
|
2010-08-29 03:53:26 +02:00
|
|
|
PORTVERSION= 0.71
|
2008-05-30 16:13:23 +02:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= freebsd-ports@bluepex.com
|
|
|
|
COMMENT= Framework to provide start/stop/reload for a daemon
|
|
|
|
|
2009-09-23 12:07:25 +02:00
|
|
|
RUN_DEPENDS= p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
|
|
|
|
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
|
|
|
|
|
2008-05-30 16:13:23 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Daemon::Generic.3 \
|
|
|
|
Daemon::Generic::Event.3 \
|
|
|
|
Daemon::Generic::While1.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|