2013-09-07 16:36:58 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2006-08-22 11:57:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= App-Trace
|
|
|
|
PORTVERSION= 0.50
|
2014-07-06 20:49:07 +02:00
|
|
|
PORTREVISION= 1
|
2006-08-22 11:57:07 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-08-22 11:57:07 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2006-08-22 11:57:07 +02:00
|
|
|
COMMENT= Embedded debug statements, including call/return tracing
|
|
|
|
|
2014-07-06 20:49:07 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-08-22 11:57:07 +02:00
|
|
|
|
2013-09-07 16:36:58 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-06 20:49:07 +02:00
|
|
|
USES= perl5
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/NAME/ s|App-Trace|App::Trace|' ${WRKSRC}/Makefile.PL
|
2006-08-22 11:57:07 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|