diff options
author | Lars Engels <lme@FreeBSD.org> | 2019-12-17 13:43:14 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2019-12-17 13:43:14 +0000 |
commit | 7fee23336210ffecf432776972fa264636b0243d (patch) | |
tree | 6833d4dc2dfac86479479e25d6d6c99ce74ad483 /net-mgmt/icingaweb2-module-reactbundle/Makefile | |
parent | cb1bf26737603c2011565c6f6d42cb0c8e4e95b5 (diff) | |
download | ports-7fee23336210ffecf432776972fa264636b0243d.tar.gz ports-7fee23336210ffecf432776972fa264636b0243d.zip |
Notes
Diffstat (limited to 'net-mgmt/icingaweb2-module-reactbundle/Makefile')
-rw-r--r-- | net-mgmt/icingaweb2-module-reactbundle/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mgmt/icingaweb2-module-reactbundle/Makefile b/net-mgmt/icingaweb2-module-reactbundle/Makefile index 98d283f30781..09feb5e35f6e 100644 --- a/net-mgmt/icingaweb2-module-reactbundle/Makefile +++ b/net-mgmt/icingaweb2-module-reactbundle/Makefile @@ -3,12 +3,16 @@ PORTNAME= icingaweb2-module-reactbundle DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= net-mgmt www +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= lme@FreeBSD.org COMMENT= Icinga Web 2 ReactPHP-based 3rd party libraries -RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 +RUN_DEPENDS= icingaweb2-${PHP_FLAVOR}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} + +USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga |