aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Devel-CoreStack/Makefile
blob: b4dc4c3e97e1d3dab5449f73860524d09faccd97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

PORTNAME=	Devel-CoreStack
PORTVERSION=	1.3
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl5 module that generates a stack dump from a core file

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>