1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Add rc script

- Bump PORTREVISION

PR:		136090
Submitted by:	Gea-Suan Lin <gslin gslin.org>
This commit is contained in:
Philippe Audeoud 2009-06-29 09:20:25 +00:00
parent 6743f14cac
commit 19aa1109fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236763
2 changed files with 21 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= Perlbal
PORTVERSION= 1.72
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= p5-
@ -21,6 +22,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
USE_RC_SUBR= perlbal
MAN1= perlbal.1
MAN3= Perlbal.3 \

View File

@ -0,0 +1,19 @@
#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: perlbal
# REQUIRE: DAEMON
. "%%RC_SUBR%%"
name="perlbal"
command="%%PREFIX%%/bin/perlbal"
load_rc_config "$name"
: ${perlbal_enable="NO"}
: ${perlbal_flags="-f /usr/local/etc/perlbal.conf &"}
run_rc_command "$1"