freebsd-ports/net/p5-Daemon-Generic/Makefile
Philip M. Gollucci 9aa5e472e2 - Update 0.61
PR:             ports/136548
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
2009-07-09 19:00:51 +00:00

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.61
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>