forked from Lainports/freebsd-ports
daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. Programs that use Daemon::Generic subclass Daemon::Generic to override its behavior. Almost everything that Genric::Daemon does can be overridden as needed. WWW: http://search.cpan.org/dist/Daemon-Generic/ PR: ports/124133 Submitted by: BluePex Security Solutions <freebsd-ports at bluepex.com>
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# 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
|
|
PORTVERSION= 0.51
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= freebsd-ports@bluepex.com
|
|
COMMENT= Framework to provide start/stop/reload for a daemon
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Daemon::Generic.3 \
|
|
Daemon::Generic::Event.3 \
|
|
Daemon::Generic::While1.3
|
|
|
|
.include <bsd.port.mk>
|