mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
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)
30 lines
716 B
Makefile
30 lines
716 B
Makefile
# Created by: Wen heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= freeway
|
|
PORTVERSION= 1.4.2.197
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/${PORTNAME}-ecom/Freeway/${PORTVERSION}%20Sathish
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:S,.,_,g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Advanced Open Source eCommerce Platform
|
|
|
|
IGNORE_WITH_PHP= 70 71 72
|
|
|
|
USES= shebangfix php
|
|
SHEBANG_FILES= admin/htmlarea/plugins/SpellChecker/spell-check-logic.cgi
|
|
USE_PHP= mysql
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NO_BUILD= yes
|
|
SUB_FILES= pkg-message
|
|
PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
|
|
@${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|