mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
652 B
Makefile
28 lines
652 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Server-Starter
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:KAZUHO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of superdaemon for hot-deploying server programs
|
|
|
|
RUN_DEPENDS= \
|
|
p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
|
|
p5-Proc-Wait3>0:${PORTSDIR}/devel/p5-Proc-Wait3 \
|
|
p5-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-SharedFork>0:${PORTSDIR}/devel/p5-Test-SharedFork
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN1= start_server.1
|
|
MAN3= Server::Starter.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|