- Add missing PHP modules
Reported by: luislupe@gmail.com(via email)
This commit is contained in:
parent
fe423b52c5
commit
b34fb7fc78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513632
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= prestashop
|
PORTNAME= prestashop
|
||||||
PORTVERSION= 1.7.6.1
|
PORTVERSION= 1.7.6.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= finance www
|
CATEGORIES= finance www
|
||||||
MASTER_SITES= http://www.prestashop.com/download/old/
|
MASTER_SITES= http://www.prestashop.com/download/old/
|
||||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||||
|
@ -14,8 +15,8 @@ USES= cpe shebangfix zip:infozip
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
PRESTADIR= www/${PORTNAME}
|
PRESTADIR= www/${PORTNAME}
|
||||||
PLIST= ${WRKDIR}/plist
|
PLIST= ${WRKDIR}/plist
|
||||||
USE_PHP= ctype curl dom filter gd intl mcrypt mysqli pdo_mysql \
|
USE_PHP= ctype curl dom filter gd hash intl json mcrypt \
|
||||||
posix session simplexml soap
|
mysqli pdo_mysql posix session simplexml soap
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue