# 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.5 2011/06/20 08:36:17 az Exp $
#

PORTNAME=	autodie
PORTVERSION=	2.10
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PJF
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>
