21 lines
432 B
Makefile
21 lines
432 B
Makefile
# 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.09
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN/../../authors/id/D/DO/DOY
|
|
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>
|