freebsd-ports/devel/p5-autodie/Makefile
2010-03-12 02:58:21 +00:00

26 lines
533 B
Makefile

# New ports collection makefile for: autodie
# Date created: 22 Sep, 2009
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= autodie
PORTVERSION= 2.10
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>