# New ports collection makefile for:	autodie
# Date created:				22 Sep, 2009
# Whom:					Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-autodie/Makefile,v 1.1 2009/09/23 11:57:01 wen Exp $
#

PORTNAME=	autodie
PORTVERSION=	2.06
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Replace functions with ones that succeed or die with lexical scope

PERL_CONFIGURE=	yes

MAN3=	Fatal.3 \
	autodie::exception.3 \
	autodie::hints.3 \
	autodie::exception::system.3 \
	autodie.3

.include <bsd.port.mk>
