# New ports collection makefile for:	lang/p5-Try-Tiny
# Date created:				01 September 2009
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Try-Tiny
PORTVERSION=	0.02
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	../../authors/id/N/NU/NUFFIN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Minimal try/catch with proper localization of $$@

PERL_CONFIGURE=	yes

MAN3=	Try::Tiny.3

.include <bsd.port.mk>