084379728f
Reported by: antoine Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
21 lines
489 B
Makefile
21 lines
489 B
Makefile
# Created by: Ju Pengfei <jupengfei@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Sys-Trace
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Interface to system call tracing interfaces
|
|
|
|
LICENSE= WTFPL2
|
|
LICENSE_NAME= Do What The Fuck You Want To Public License version 2
|
|
LICENSE_FILE= ${WRKSRC}/README
|
|
LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|