86215d90cd
- Remove SITE_PERL from DEPENDS - Add TEST_DEPENDS PR: ports/165123 Approved by: maintainer timeout (gslin@gslin.org, > 2 weeks)
33 lines
991 B
Makefile
33 lines
991 B
Makefile
# New ports collection makefile for: p5-Devel-ebug
|
|
# Date created: 2007-05-02
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-ebug
|
|
PORTVERSION= 0.52
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Devel
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= A simple, extensible Perl debugger
|
|
|
|
RUN_DEPENDS= p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker \
|
|
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
|
|
p5-Class-Accessor-Chained>0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
|
|
p5-Devel-StackTrace>0:${PORTSDIR}/devel/p5-Devel-StackTrace \
|
|
p5-Proc-Background>0:${PORTSDIR}/devel/p5-Proc-Background \
|
|
p5-String-Koremutake>0:${PORTSDIR}/textproc/p5-String-Koremutake
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= p5-YAML>0:${PORTSDIR}/textproc/p5-YAML \
|
|
p5-Test-Expect>=0:${PORTSDIR}/devel/p5-Test-Expect
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN1= ebug.1 ebug_client.1 ebug_server.1
|
|
MAN3= Devel::ebug.3 Devel::ebug::Console.3
|
|
|
|
.include <bsd.port.mk>
|