1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/p5-Daemon-Generic/Makefile
Danilo Egea Gondolfo 662500598e - Update from 0.83 to 0.84
Approved by:	wg/culot (mentors, implicit)
2013-10-06 14:18:52 +00:00

24 lines
643 B
Makefile

# Created by: BluePex Security Solutions <freebsd-ports@bluepex.com>
# $FreeBSD$
PORTNAME= Daemon-Generic
PORTVERSION= 0.84
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:${PORTSDIR}/devel/p5-File-Flock \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
p5-Event>=0:${PORTSDIR}/devel/p5-Event \
p5-Eval-LineNumbers>=0:${PORTSDIR}/devel/p5-Eval-LineNumbers
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>