aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Exception-Handler/Makefile
blob: 0f69f8383cc2f8441fa5907332920a16273dd20e (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                            
                    










                                                                                   
# 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>