df61e8719e
Devel::ebug is a simple, extensible Perl debugger with a clean API. Using this module, you may easily write a Perl debugger to debug your programs. Alternatively, it comes with an interactive debugger, ebug. with help & ok simon@
30 lines
616 B
Makefile
30 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/22 19:34:31 landry Exp $
|
|
|
|
COMMENT = simple, extensible Perl debugger
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Devel-ebug-0.49
|
|
CATEGORIES = devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
RUN_DEPENDS= ::devel/p5-PadWalker \
|
|
::devel/p5-YAML-Syck \
|
|
::textproc/p5-String-Koremutake \
|
|
::devel/p5-Test-Expect \
|
|
::devel/p5-Proc-Background \
|
|
::devel/p5-Devel-StackTrace
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
REGRESS_DEPENDS = ::devel/p5-YAML \
|
|
::devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|