View | Details | Raw Unified | Return to bug 136090
Collapse All | Expand All

(-)perlbal/Makefile (+2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	Perlbal
8
PORTNAME=	Perlbal
9
PORTVERSION=	1.72
9
PORTVERSION=	1.72
10
PORTREVISION=	1
10
CATEGORIES=	www
11
CATEGORIES=	www
11
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
12
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
Lines 21-26 Link Here
21
BUILD_DEPENDS=	${RUN_DEPENDS}
22
BUILD_DEPENDS=	${RUN_DEPENDS}
22
23
23
PERL_CONFIGURE=	yes
24
PERL_CONFIGURE=	yes
25
USE_RC_SUBR=	perlbal
24
26
25
MAN1=		perlbal.1
27
MAN1=		perlbal.1
26
MAN3=		Perlbal.3 \
28
MAN3=		Perlbal.3 \
(-)perlbal/files/perlbal.in (+19 lines)
Line 0 Link Here
1
#!/bin/sh
2
#
3
# $FreeBSD$
4
#
5
6
# PROVIDE: perlbal
7
# REQUIRE: DAEMON
8
9
. "%%RC_SUBR%%"
10
11
name="perlbal"
12
command="%%PREFIX%%/bin/perlbal"
13
14
load_rc_config "$name"
15
: ${perlbal_enable="NO"}
16
: ${perlbal_flags="-f /usr/local/etc/perlbal.conf &"}
17
18
run_rc_command "$1"
19

Return to bug 136090