aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-autodie/Makefile
blob: 0d952e03da7d03021dd846fffa67406a29850d87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    autodie
# Date created:             22 Sep, 2009
# Whom:                 Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   autodie
PORTVERSION=    2.09
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/P/PJ/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>