aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Exception-Handler/Makefile
blob: 758d6f1dd6acad0a50491ba73fe0bec4f314825b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	Exception-Handler
PORTVERSION=	1.004
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	jeffhung@mail2000.com.tw
COMMENT=	Perl module that report exceptions with formatted text call-stack
WWW=		https://metacpan.org/release/Exception-Handler

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>