summaryrefslogtreecommitdiff
path: root/lang/p5-Try-Catch/Makefile
blob: f1352e6af8e1b2e68ca83e4473e467a1cce397ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	Try-Catch
PORTVERSION=	1.1.0
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MAMOD
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Try/Catch exception handler based on Try::Tiny, but faster
WWW=		https://metacpan.org/release/Try-Catch

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>