blob: a22887510d7642bb6632de7f65b11138c7f8317c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.06
CATEGORIES= lang perl5
MASTER_SITES= CPAN/../../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>
|