mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/mailzu: support php flavors
PR: 236360 Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
This commit is contained in:
parent
1fa7a3d974
commit
45a10a00a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494939
1 changed files with 3 additions and 2 deletions
|
@ -3,9 +3,10 @@
|
||||||
|
|
||||||
PORTNAME= mailzu
|
PORTNAME= mailzu
|
||||||
DISTVERSION= 0.8rc3
|
DISTVERSION= 0.8rc3
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/MailZu%200.8RC3
|
||||||
|
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
|
||||||
DISTNAME= MailZu_${DISTVERSION:S/rc/RC/}
|
DISTNAME= MailZu_${DISTVERSION:S/rc/RC/}
|
||||||
|
|
||||||
MAINTAINER= ports@bsdserwis.com
|
MAINTAINER= ports@bsdserwis.com
|
||||||
|
@ -26,7 +27,7 @@ SUB_FILES= pkg-message
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_PHP= sockets
|
USE_PHP= sockets
|
||||||
USES= php:web
|
USES= php:flavors,web
|
||||||
|
|
||||||
OPTIONS_DEFINE= IMAP LDAP DOCS
|
OPTIONS_DEFINE= IMAP LDAP DOCS
|
||||||
OPTIONS_MULTI= SQL
|
OPTIONS_MULTI= SQL
|
||||||
|
|
Loading…
Add table
Reference in a new issue