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

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

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

USES=		perl5
USE_PERL5=	configure

MAN3=		Devel::CoreStack.3

.include <bsd.port.mk>