19 lines
323 B
Makefile
19 lines
323 B
Makefile
# Created by: mat
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Devel-Trace
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Print out each line before it is executed (like sh -x)
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Devel::Trace.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|