1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-App-Trace/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

19 lines
377 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= App-Trace
PORTVERSION= 0.50
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Embedded debug statements, including call/return tracing
RUN_DEPENDS= p5-App-Options>=0:${PORTSDIR}/devel/p5-App-Options
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>