mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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>
|