21 lines
377 B
Makefile
21 lines
377 B
Makefile
# Created by: Lars Thegler <lth@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Log-Trace
|
|
PORTVERSION= 1.070
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Log
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Provides a unified approach to tracing
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Log::Trace.3 \
|
|
Log::Trace::Manual.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|