139816a064
In preparation of changing the PHP default version from 5.6 to 7.0 i found a number of ports not building with the new version and all later versions. Therefore i set IGNORE_WITH_PHP and notice all maintainer about the change. Approved by: portmgr (blanket)
35 lines
720 B
Makefile
35 lines
720 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dotproject
|
|
PORTVERSION= 2.1.8
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/dotProject%20Version%20${PORTVERSION}
|
|
|
|
MAINTAINER= garga@FreeBSD.org
|
|
COMMENT= Open Source Project Management tool
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
USES= cpe shebangfix php:web
|
|
SHEBANG_FILES= misc/cvs2cl/cvs2cl.pl
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
NO_BUILD= yes
|
|
USE_PHP= gd mysql session zlib
|
|
USE_APACHE_RUN= 22+
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= LDAP
|
|
OPTIONS_DEFAULT=LDAP
|
|
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
|
|
|
LDAP_USE= PHP=ldap PHP=xml
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
${CP} -R ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|