mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
29 lines
565 B
Makefile
29 lines
565 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.26
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Stack trace and stack trace frame objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::StackTrace.3 Devel::StackTrace::Frame.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
BUILD_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|