diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2024-03-04 17:59:40 +0100 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2024-03-04 18:01:46 +0100 |
commit | 14d3a9ad5c84b430a10ce3a40dd0572851d9f285 (patch) | |
tree | 957db827fb074cc788e6b9ccec7b823bb8c60222 /www | |
parent | net/hostapd*: Work around lack of MLME support (diff) |
www/baikal: flavourize
PR: 277479
Approved by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/baikal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/baikal/Makefile b/www/baikal/Makefile index d5e68ace9c08..c7f477adafc7 100644 --- a/www/baikal/Makefile +++ b/www/baikal/Makefile @@ -3,6 +3,7 @@ PORTVERSION= 0.9.4 PORTREVISION= 0 CATEGORIES= www MASTER_SITES= https://github.com/fruux/Baikal/releases/download/${PORTVERSION}/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= gahr@FreeBSD.org COMMENT= Lightweight CalDAV/CardDAV server @@ -11,7 +12,7 @@ WWW= https://sabre.io/baikal/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php zip +USES= php:web,flavors zip USE_PHP= ctype dom filter imap mbstring pdo_sqlite \ session xml xmlreader xmlwriter |