2003-10-16 15:02:31 +02:00
|
|
|
# New ports collection makefile for: Devel-Trace
|
|
|
|
# Date created: 13 Octobre 2003
|
|
|
|
# Whom: mat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Devel-Trace
|
|
|
|
PORTVERSION= 0.10
|
|
|
|
CATEGORIES= devel perl5
|
2007-08-31 15:37:23 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-10-16 15:02:31 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-10-16 15:02:31 +02:00
|
|
|
COMMENT= Print out each line before it is executed (like sh -x)
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Devel::Trace.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|