1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

- Add missing PHP extensions (session, ctype)

- Fix portlint warnings

PR:	ports/157552
Submitted by:	Lars Eggert
This commit is contained in:
Kevin Lo 2011-06-07 05:50:31 +00:00
parent bf72e81a1f
commit 2fbafdd5dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275172

View File

@ -7,6 +7,7 @@
PORTNAME= hotcrp
PORTVERSION= 2.45
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cs.ucla.edu/~kohler/hotcrp/
@ -16,14 +17,16 @@ COMMENT= A web based conference management software
RUN_DEPENDS= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail \
${PEARDIR}/Mail/mime.php:${PORTSDIR}/mail/pear-Mail_Mime \
pdftohtml:${PORTSDIR}/textproc/pdftohtml
USE_PHP= mysql gd
USE_PHP= mysql gd session ctype
USE_MYSQL= server
PEARDIR= ${PREFIX}/share/pear
WWWDOCROOT?= www
NO_BUILD= yes
SUB_FILES= pkg-message
SUB_FILES= pkg-message
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
@ -31,7 +34,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
do-install:
${MKDIR} ${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
post-install:
@${CAT} ${PKGMESSAGE}