freebsd-ports/devel/p5-Exception-Handler/Makefile
Martin Wilke 380cda1a2b Exception::Handler
Exception::Handler helps to report exceptions with formatted text
call-stack.

WWW: http://www.cpan.org/

PR:		ports/112129
Submitted by:	Jeff Hung <jeffhung@mail2000.com.tw>
2007-04-26 20:00:38 +00:00

24 lines
516 B
Makefile

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Exception
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>