1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/p5-Sys-Trace/Makefile
2021-04-06 16:31:07 +02:00

20 lines
353 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
PORTNAME= Sys-Trace
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Interface to system call tracing interfaces
LICENSE= WTFPL
LICENSE_FILE= ${WRKSRC}/README
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>