freebsd-ports/devel/p5-autodie/Makefile
2012-11-13 06:20:31 +00:00

21 lines
409 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= autodie
PORTVERSION= 2.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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>