summaryrefslogtreecommitdiff
path: root/devel/go-json-rest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/go-json-rest/Makefile')
-rw-r--r--devel/go-json-rest/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/go-json-rest/Makefile b/devel/go-json-rest/Makefile
new file mode 100644
index 000000000000..000303fa95a4
--- /dev/null
+++ b/devel/go-json-rest/Makefile
@@ -0,0 +1,18 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= go-json-rest
+PORTVERSION= 20140226
+CATEGORIES= devel
+MASTER_SITES= LOCAL/zi/ \
+ http://mirrors.rit.edu/zi/
+
+MAINTAINER= lattera@gmail.com
+COMMENT= Quick and easy way to setup a RESTful JSON API
+
+GO_PKGNAME= github.com/ant0ine/go-json-rest
+WRKSRC= ${WRKDIR}/${PORTNAME}-master
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
+.include <bsd.port.post.mk>