1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/p5-Daemon-Generic/Makefile
2012-08-23 18:05:17 +00:00

27 lines
603 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.71
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework to provide start/stop/reload for a daemon
RUN_DEPENDS= p5-File-Flock>=0:${PORTSDIR}/devel/p5-File-Flock \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
PERL_CONFIGURE= yes
MAN3= Daemon::Generic.3 \
Daemon::Generic::Event.3 \
Daemon::Generic::While1.3
.include <bsd.port.mk>