aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Exception-Handler/Makefile
blob: 0f69f8383cc2f8441fa5907332920a16273dd20e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection Makefile for:    p5-Exception-Handler
# Date created:             25th April 2007
# Whom:                 jeffhung
#
# $FreeBSD$
#

PORTNAME=   Exception-Handler
PORTVERSION=    1.004
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= jeffhung@mail2000.com.tw
COMMENT=    Perl5 module that report exceptions with formatted text call-stack.

PERL_CONFIGURE= YES

MAN3=       Exception::Handler.3

.include <bsd.port.mk>