blob: 9d2a0cd9085d8fcdb3e07b3dae3e72ed59363ecf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
PORTNAME= Devel-Trace
PORTVERSION= 0.12
PORTREVISION= 1
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
.include <bsd.port.mk>
|