diff --git a/www/unit-perl/Makefile b/www/unit-perl/Makefile index 6d6f0d6ea2e2..75ea2bd4f4ea 100644 --- a/www/unit-perl/Makefile +++ b/www/unit-perl/Makefile @@ -1,12 +1,15 @@ # Created by: Sergey Osokin # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -perl${PERL_VER} COMMENT= Perl module for NGINX Unit PLIST_FILES= libexec/unit/modules/perl${PERL_VER}.unit.so +RUN_DEPENDS= unitd:www/unit + USES= perl5 USE_RC_SUBR?= # reset to empty diff --git a/www/unit-php/Makefile b/www/unit-php/Makefile index c1371334e0ad..e010d8ac74fe 100644 --- a/www/unit-php/Makefile +++ b/www/unit-php/Makefile @@ -1,12 +1,15 @@ # Created by: Li-Wen Hsu # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} COMMENT= PHP module for NGINX Unit PLIST_FILES= libexec/unit/modules/php${PHP_VER}.unit.so +RUN_DEPENDS= unitd:www/unit + USES= php:build,embed,flavors USE_RC_SUBR= # reset to empty diff --git a/www/unit-python/Makefile b/www/unit-python/Makefile index 88b29e106bf4..ffec25064880 100644 --- a/www/unit-python/Makefile +++ b/www/unit-python/Makefile @@ -1,6 +1,7 @@ # Created by: Li-Wen Hsu # $FreeBSD$ +PORTREVISION= 1 PKGNAMESUFFIX= -python${PYTHON_SUFFIX} COMMENT= Python module for NGINX Unit @@ -10,6 +11,8 @@ USE_PYTHON= flavors PLIST_FILES= libexec/unit/modules/python${PYTHON_SUFFIX}.unit.so +RUN_DEPENDS= unitd:www/unit + USE_RC_SUBR?= # reset to empty MASTERDIR= ${.CURDIR}/../unit diff --git a/www/unit-ruby/Makefile b/www/unit-ruby/Makefile index 4bbf0d654c42..6e22d2393703 100644 --- a/www/unit-ruby/Makefile +++ b/www/unit-ruby/Makefile @@ -1,13 +1,14 @@ # Created by: Sergey Osokin # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMESUFFIX= -ruby${RUBY_VER} COMMENT= Ruby module for NGINX Unit -BUILD_DEPENDS= rackup:www/rubygem-rack -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= rackup:www/rubygem-rack \ + unitd:www/unit + PLIST_FILES= libexec/unit/modules/ruby${RUBY_VER}.unit.so USE_RUBY= yes