mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
www/nextcloud: Fix missing PHP module dependencies
PR: 247360 Submitted by: Dries Michiels <driesm michiels gmail com>
This commit is contained in:
parent
7236f05581
commit
845f86dfe3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539736
@ -1,7 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= nextcloud
|
||||
DISTVERSION= 19.0.0
|
||||
PORTVERSION= 19.0.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://download.nextcloud.com/server/releases/
|
||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||
@ -12,9 +13,9 @@ COMMENT= Personal cloud which runs on your own server
|
||||
LICENSE= AGPLv3
|
||||
|
||||
USES= cpe gettext-runtime php:flavors,web tar:bzip2
|
||||
USE_PHP= bz2 ctype curl dom fileinfo filter gd hash iconv json \
|
||||
mbstring pdo posix session simplexml xml xmlreader xmlwriter \
|
||||
xsl zip zlib
|
||||
USE_PHP= bcmath bz2 ctype curl dom fileinfo filter gd gmp hash iconv \
|
||||
json mbstring pdo posix session simplexml xml xmlreader \
|
||||
xmlwriter xsl zip zlib
|
||||
|
||||
NEXTCLOUD_USERNAME?= ${WWWOWN}
|
||||
NEXTCLOUD_GROUPNAME?= ${WWWGRP}
|
||||
|
Loading…
Reference in New Issue
Block a user