freebsd-ports/devel/p5-Parallel-Prefork/Makefile
Steve Wills 63d09c9c9b - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
2012-06-10 18:42:48 +00:00

31 lines
960 B
Makefile

# New ports collection makefile for: devel/p5-Parallel-Prefork
# Date created: 23 September 2009
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Parallel-Prefork
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KAZUHO
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= A simple prefork server framework
BUILD_DEPENDS= p5-Proc-Wait3>=0.03:${PORTSDIR}/devel/p5-Proc-Wait3 \
p5-Class-Accessor-Lite>=0.04:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-Scope-Guard>=0:${PORTSDIR}/devel/p5-Scope-Guard
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
p5-Test-SharedFork>=0:${PORTSDIR}/devel/p5-Test-SharedFork \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Parallel::Prefork.3 Parallel::Prefork::SpareWorkers.3
.include <bsd.port.mk>