blob: 0f69f8383cc2f8441fa5907332920a16273dd20e (
plain) (
tree)
|
|
# 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>
|