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



                                 
                    
                   

                                        
                                                                                 
 

                         



                                    
# Created by: jeffhung
# $FreeBSD$

PORTNAME=	Exception-Handler
PORTVERSION=	1.004
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

USES=		perl5
USE_PERL5=	configure

MAN3=		Exception::Handler.3

.include <bsd.port.mk>