aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2025-01-17 16:42:39 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2025-01-17 16:42:39 +0000
commit3b783d4ddded795cdd3f5d9aa107f0ffbabbf803 (patch)
tree9b243f4f6f7d745291d7a99680e8151c48e1995c
parent75e2ca30e765f24d07c12dc8744a40b0b90f783e (diff)
net-mgmt/cacti: Flavorize PHP
Add PHP flavor to be able to use package with all PHP versions. PR: 284037 Approved by: Michael Muenz <m.muenz@gmail.com> (maintainer)
-rw-r--r--net-mgmt/cacti/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/cacti/Makefile b/net-mgmt/cacti/Makefile
index ca4863ff9530..8733f5f0e02b 100644
--- a/net-mgmt/cacti/Makefile
+++ b/net-mgmt/cacti/Makefile
@@ -3,6 +3,7 @@ DISTVERSION= 1.2.28
CATEGORIES= net-mgmt www
MASTER_SITES= http://www.cacti.net/downloads/ \
ftp://ftpmirror.uk/freebsd-ports/cacti/
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= m.muenz@gmail.com
COMMENT= Web-driven graphing interface for RRDTool
@@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rrdtool:databases/rrdtool
-USES= cpe mysql php:web shebangfix
+USES= cpe mysql php:flavors,web shebangfix
USE_PHP= ctype filter gd gettext gmp intl ldap mbstring pcntl pdo \
pdo_mysql posix session simplexml sockets snmp xml zlib