diff options
Diffstat (limited to 'devel/p5-Devel-StackTrace-WithLexicals/Makefile')
-rw-r--r-- | devel/p5-Devel-StackTrace-WithLexicals/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-Devel-StackTrace-WithLexicals/Makefile b/devel/p5-Devel-StackTrace-WithLexicals/Makefile new file mode 100644 index 000000000000..d18fcb32055c --- /dev/null +++ b/devel/p5-Devel-StackTrace-WithLexicals/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Devel::StackTrace::WithLexicals +# Date created: 13 Oct 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Devel-StackTrace-WithLexicals +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for Devel::StackTrace + PadWalker + +RUN_DEPENDS= \ + p5-Devel-StackTrace>=1.20:${PORTSDIR}/devel/p5-Devel-StackTrace \ + p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Devel::StackTrace::WithLexicals.3 + +.include <bsd.port.mk> |