diff options
author | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2018-02-07 17:26:37 +0300 |
commit | 539caf0946d2a5881ffaa34481f63c1bc67be96d (patch) | |
tree | 829ffba6d9f84d94e5abe742a299521e41f38268 /pkg/rpm/Makefile | |
parent | 78300263685f9e1037038a3d20ed15f41e52dd3d (diff) | |
download | unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.gz unit-539caf0946d2a5881ffaa34481f63c1bc67be96d.tar.bz2 |
Packages: added Perl package.
Diffstat (limited to 'pkg/rpm/Makefile')
-rw-r--r-- | pkg/rpm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpm/Makefile b/pkg/rpm/Makefile index 03fa1574..2078fe3b 100644 --- a/pkg/rpm/Makefile +++ b/pkg/rpm/Makefile @@ -28,6 +28,7 @@ ifneq (,$(findstring $(OSVER),centos6 centos7 amazonlinux2)) include Makefile.php include Makefile.python include Makefile.go +include Makefile.perl endif ifeq ($(OSVER), amazonlinux1) @@ -37,6 +38,7 @@ include Makefile.python34 include Makefile.python35 include Makefile.python36 include Makefile.go +include Makefile.perl endif CONFIGURE_ARGS=\ |