1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/redaxo/Makefile
Torsten Zuehlsdorff 139816a064 Add missing IGNORE_WITH_PHP for various PHP based ports.
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)
2017-12-16 21:44:09 +00:00

49 lines
945 B
Makefile

# Created by: Marco Steinbach <coco@executive-computing.de>
# $FreeBSD$
PORTNAME= redaxo
PORTVERSION= 4.6.1
CATEGORIES= www
MASTER_SITES= http://www.redaxo.org/files/
DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g}
MAINTAINER= coco@executive-computing.de
COMMENT= REDAXO content management system
LICENSE= GPLv2
IGNORE_WITH_PHP= 70 71 72
NO_BUILD= yes
SUB_FILES+= pkg-message pkg-deinstall
USE_PHP= mysql session xml zlib
USES= cpe zip:infozip
OPTIONS_DEFINE= APACHE MYSQLS GD
APACHE_DESC= Use Apache as http server
MYSQLS_DESC= Use MySQL database server
GD_DESC= Enable Image Manager extension (requires gd)
OPTIONS_DEFAULT= APACHE MYSQLS GD
MYSQLS_USES= mysql:server
APACHE_USES= php:mod
APACHE_USES_OFF= php
GD_USE= PHP=gd
do-extract:
@${INSTALL} -d ${WRKDIR}
@${UNZIP_CMD} -qo ${DISTDIR}/${DISTFILES} -d ${WRKSRC}
do-install:
cd ${WRKSRC} && \
${FIND} . | \
${CPIO} --quiet -pdm ${STAGEDIR}${WWWDIR}
.include <bsd.port.mk>