aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Try-Catch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/p5-Try-Catch/Makefile')
-rw-r--r--lang/p5-Try-Catch/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/p5-Try-Catch/Makefile b/lang/p5-Try-Catch/Makefile
new file mode 100644
index 000000000000..3f9c7316895b
--- /dev/null
+++ b/lang/p5-Try-Catch/Makefile
@@ -0,0 +1,20 @@
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Try-Catch
+PORTVERSION= 0.0.5
+CATEGORIES= lang perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MAMOD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= adamw@FreeBSD.org
+COMMENT= Try/Catch exception handler based on Try::Tiny, but faster
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>