Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+20
View File
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.2 2016/08/12 09:38:37 fhajny Exp $
DISTNAME= fast_yaml-1.0.6
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.5:../../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"