24 lines
438 B
Makefile
24 lines
438 B
Makefile
|
# New ports collection makefile for: devel/p5-Log-Trace
|
||
|
# Date created: 27 May 2007
|
||
|
# Whom: 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
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= Log::Trace.3 \
|
||
|
Log::Trace::Manual.3
|
||
|
|
||
|
.include <bsd.port.mk>
|