freebsd-ports/devel/p5-Devel-StackTrace-WithLexicals/Makefile

27 lines
624 B
Makefile
Raw Normal View History

# New ports collection makefile for: Devel::StackTrace::WithLexicals
# Date created: 13 Oct 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Devel-StackTrace-WithLexicals
2011-05-19 15:14:37 +02:00
PORTVERSION= 0.10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Devel::StackTrace + PadWalker
RUN_DEPENDS= \
2010-11-28 14:53:48 +01:00
p5-Devel-StackTrace>=1.25:${PORTSDIR}/devel/p5-Devel-StackTrace \
2010-08-01 14:49:13 +02:00
p5-PadWalker>=1.92:${PORTSDIR}/devel/p5-PadWalker
BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Devel::StackTrace::WithLexicals.3
.include <bsd.port.mk>