freebsd-ports/devel/p5-Sys-Trace/Makefile
Wen Heping 8cd2a0c566 Sys::Trace provides a way to programmatically run or trace a program
and see the system calls it makes.

This can be useful during testing as a way to ensure a particular file
is actually opened, or another hard to test interaction actually occurs.

Currently supported tracing mechanisms are ktrace, strace and truss.

WWW: http://search.cpan.org/dist/Sys-Trace/

PR:		ports/148395
Submitted by:	Ju Pengfei <jupengfei@gmail.com>
2010-07-09 03:47:44 +00:00

25 lines
511 B
Makefile

# New ports collection makefile for: Sys-Trace
# Date created: 06 July 2010
# Whom: Ju Pengfei <jupengfei@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Sys-Trace
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jupengfei@gmail.com
COMMENT= Interface to system call tracing interfaces
PERL_CONFIGURE= yes
MAN3= Sys::Trace.3 \
Sys::Trace::Impl::Ktrace.3 \
Sys::Trace::Impl::Strace.3 \
Sys::Trace::Impl::Truss.3 \
Sys::Trace::Results.3
.include <bsd.port.mk>