aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e51bc96..dff32c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
# See LICENSE for licensing information.
PROJECT = ranch
+PROJECT_DESCRIPTION = Socket acceptor pool for TCP protocols.
+PROJECT_VERSION = 1.3.0
+PROJECT_REGISTERED = ranch_server
# Options.
@@ -18,6 +21,8 @@ CI_ERLLVM ?= $(CI_HIPE)
# Dependencies.
+LOCAL_DEPS = ssl
+
TEST_DEPS = ct_helper
dep_ct_helper = git https://github.com/ninenines/ct_helper master