Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Parallel-Prefork / Makefile
1 # Created by: Anton Berezin <tobez@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Parallel-Prefork
5 PORTVERSION=    0.14
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:KAZUHO
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     tobez@FreeBSD.org
13 COMMENT=        Simple prefork server framework
14
15 BUILD_DEPENDS=  p5-Proc-Wait3>=0.03:${PORTSDIR}/devel/p5-Proc-Wait3 \
16                 p5-Class-Accessor-Lite>=0.04:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
17                 p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
18                 p5-Scope-Guard>=0:${PORTSDIR}/devel/p5-Scope-Guard
19 RUN_DEPENDS:=   ${BUILD_DEPENDS}
20 TEST_DEPENDS=   p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
21                 p5-Test-SharedFork>=0:${PORTSDIR}/devel/p5-Test-SharedFork \
22                 p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
23
24 USES=           perl5
25 USE_PERL5=      configure
26
27 .include <bsd.port.mk>