1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

www/piwigo: flavorize

Not tested with all php versions. 74 and 80 seem to be ok, 81 and 82
unknown.
This commit is contained in:
Alexander Leidinger 2022-09-21 10:41:05 +02:00
parent 736806fd2a
commit 557ead68a4

View File

@ -1,8 +1,9 @@
PORTNAME= piwigo
DISTVERSION= 12.3.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= netchild@FreeBSD.org
COMMENT= PHP based Web Gallery
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING
RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/sodium.so:security/pecl-libsodium@${PHP_FLAVOR}
USES= cpe php:web zip
USES= cpe php:web,flavors zip
USE_PHP= ctype dom exif filter gd hash iconv json mbstring mysqli \
openssl pcre pdo session simplexml spl tokenizer xml zlib