# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD: tags/RELEASE_10_0_0/devel/p5-autodie/Makefile 332365 2013-11-01 13:08:11Z vanilla $

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

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

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

TEST_DEPENDS=	p5-BSD-Resource>=0:${PORTSDIR}/devel/p5-BSD-Resource \
		p5-IPC-System-Simple>=0:${PORTSDIR}/devel/p5-IPC-System-Simple

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>
