Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Carp-REPL / Makefile
1 # Created by: Steve Wills <swills@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Carp-REPL
5 PORTVERSION=    0.17
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:TSIBLEY
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Read-Eval-Print-Loop on die and/or warn
13
14 BUILD_DEPENDS=  devel/p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \
15                 p5-Devel-LexAlias>=0:${PORTSDIR}/devel/p5-Devel-LexAlias \
16                 p5-Devel-REPL>=0:${PORTSDIR}/devel/p5-Devel-REPL \
17                 p5-Devel-StackTrace-WithLexicals>0:${PORTSDIR}/devel/p5-Devel-StackTrace-WithLexicals \
18                 p5-Lexical-Persistence>0:${PORTSDIR}/devel/p5-Lexical-Persistence \
19                 p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21 TEST_DEPENDS=   p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect
22
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>