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.3 2016/08/12 09:25:49 fhajny Exp $
DISTNAME= fast_tls-1.0.7
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=processone/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/processone/tls/
COMMENT= TLS / SSL OpenSSL-based native driver for Erlang / Elixir
LICENSE= apache-2.0
GITHUB_PROJECT= fast_tls
DEPENDS+= erlang-p1_utils>=1.0.5:../../misc/erlang-p1_utils
GNU_CONFIGURE= yes
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/erlang/module.mk"
.include "../../mk/bsd.pkg.mk"