b550dc05bc
If you run your program with perl -d:Trace program, this module will print a message to standard error just before each line is executed, like sh -x.
16 lines
320 B
Makefile
16 lines
320 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/07 11:23:55 landry Exp $
|
|
|
|
COMMENT= print out each line before it is executed
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Devel-Trace-0.10
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|