083d2d8ef5
Changes: http://cpansearch.perl.org/src/PJF/autodie-2.13/Changes Feature safe: yes
21 lines
409 B
Makefile
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>
|