summaryrefslogtreecommitdiff
path: root/textproc/erlang-fast_yaml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/erlang-fast_yaml/Makefile')
-rw-r--r--textproc/erlang-fast_yaml/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/erlang-fast_yaml/Makefile b/textproc/erlang-fast_yaml/Makefile
new file mode 100644
index 00000000000..5fba4db7226
--- /dev/null
+++ b/textproc/erlang-fast_yaml/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/04/25 14:37:08 fhajny Exp $
+
+DISTNAME= fast_yaml-1.0.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/processone/fast_yaml/
+COMMENT= Fast YAML native library for Erlang / Elixir
+LICENSE= apache-2.0
+
+DEPENDS+= erlang-p1_utils>=1.0.3:../../misc/erlang-p1_utils
+
+GITHUB_PROJECT= fast_yaml
+
+GNU_CONFIGURE= yes
+
+.include "../../textproc/libyaml/buildlink3.mk"
+.include "../../lang/erlang/module.mk"
+.include "../../mk/bsd.pkg.mk"