aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Tiny/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-JSON-Tiny/Makefile')
-rw-r--r--converters/p5-JSON-Tiny/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/converters/p5-JSON-Tiny/Makefile b/converters/p5-JSON-Tiny/Makefile
new file mode 100644
index 000000000000..71f4b9c3904b
--- /dev/null
+++ b/converters/p5-JSON-Tiny/Makefile
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= JSON-Tiny
+PORTVERSION= 0.36
+CATEGORIES= converters perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Minimalistic JSON
+
+LICENSE= ART20
+
+TEST_DEPENDS= p5-Test-Pod>=1.26:${PORTSDIR}/devel/p5-Test-Pod
+
+USE_PERL5= configure
+USES= perl5
+
+.include <bsd.port.mk>