aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Sys-Trace/Makefile
blob: 08edd13865bc5eee6d86a4e0b80d661931b49e3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
WWW=		https://metacpan.org/release/Sys-Trace

LICENSE=	WTFPL
LICENSE_FILE=	${WRKSRC}/README

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>