Packages: Ubuntu 18.10 "bionic" support added.

This commit is contained in:
Andrei Belov
2018-05-14 14:11:37 +03:00
parent bfccdea8e1
commit 8a156a9fc4
5 changed files with 89 additions and 1 deletions

View File

@@ -17,6 +17,17 @@ BUILD_DEPENDS = $(BUILD_DEPENDS_unit)
MODULES=
# Ubuntu 18.04
ifeq ($(CODENAME),bionic)
include Makefile.php
include Makefile.python27
include Makefile.python36
include Makefile.go19
include Makefile.go110
include Makefile.perl
include Makefile.ruby
endif
# Ubuntu 17.10
ifeq ($(CODENAME),artful)
include Makefile.php