mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/phplist: Enable support for PHP83+, update dependencies
According to documentation of phplist: - php81+ is supported; - needed php-module simplexml. https://resources.phplist.com/system/start?s[]=requirements PR: 284406
This commit is contained in:
parent
cbffd4e553
commit
3c8e26a2d7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= phplist
|
PORTNAME= phplist
|
||||||
DISTVERSION= 3.6.15
|
DISTVERSION= 3.6.15
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= mail www
|
CATEGORIES= mail www
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||||
|
@ -14,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
|
RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php:www/pear-HTTP_Request@${PHP_FLAVOR}
|
||||||
|
|
||||||
USES= cpe tar:tgz php:web,flavors
|
USES= cpe tar:tgz php:web,flavors
|
||||||
USE_PHP= curl gd gettext iconv imap mbstring mysqli session xml zlib
|
USE_PHP= curl gd gettext iconv imap mbstring mysqli session simplexml xml zlib
|
||||||
IGNORE_WITH_PHP= 83 84
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue