freebsd-ports/devel/p5-Sys-Trace/Makefile
Antoine Brodin 8ac0244823 Fix LICENSE
2017-05-11 06:03:00 +00:00

20 lines
365 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
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>