806c2cfb47
PR: 128402 Submitted by: leeym
28 lines
544 B
Makefile
28 lines
544 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: p5-Devel-StackTrace
|
|
# Date created: Jul 28, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-StackTrace
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= erwin@FreeBSD.org
|
|
COMMENT= Stack trace and stack trace frame objects
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Devel::StackTrace.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|