blob: 4fec9d691cdd1d2656ddbfe960c10b005330023c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: Server::Starter
# Date created: 02 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Server-Starter
PORTVERSION= 0.08
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension of superdaemon for hot-deploying server programs
RUN_DEPENDS= \
p5-Proc-Wait3>0:${PORTSDIR}/devel/p5-Proc-Wait3 \
p5-Scope-Guard>0:${PORTSDIR}/devel/p5-Scope-Guard
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= start_server.1
MAN3= Server::Starter.3
.include <bsd.port.mk>
|