4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
24 lines
533 B
Makefile
24 lines
533 B
Makefile
# New ports collection makefile for: Log::TraceMessages
|
|
# Date created: 30 Dec 2001
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Log-TraceMessages
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for trace messages used in debugging
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/HTML/FromText.pm:${PORTSDIR}/www/p5-HTML-FromText
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Log::TraceMessages.3
|
|
|
|
.include <bsd.port.mk>
|