aboutsummaryrefslogtreecommitdiffstats
path: root/www/cakephp13
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-12-05 10:40:38 +0800
committerglarkin <glarkin@FreeBSD.org>2009-12-05 10:40:38 +0800
commit1eb50e954996dae5355c8da760a6402638513db3 (patch)
tree971862356826ae2363b7af5a21310c0097c86992 /www/cakephp13
parent21e2e8d922b4ca293404637a2fb25607652e8487 (diff)
downloadfreebsd-ports-gnome-1eb50e954996dae5355c8da760a6402638513db3.tar.gz
freebsd-ports-gnome-1eb50e954996dae5355c8da760a6402638513db3.tar.zst
freebsd-ports-gnome-1eb50e954996dae5355c8da760a6402638513db3.zip
- Moved various PHP-related directives ahead of bsd.port.pre.mk
- Bumped PORTREVISION on affected ports PR: ports/135674 Submitted by: yzlin
Diffstat (limited to 'www/cakephp13')
-rw-r--r--www/cakephp13/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cakephp13/Makefile b/www/cakephp13/Makefile
index e0331cbba946..abc87b35f6a8 100644
--- a/www/cakephp13/Makefile
+++ b/www/cakephp13/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cakephp
PORTVERSION= 1.2.5
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://cakeforge.org/frs/download.php/733/ \
LOCAL/glarkin
@@ -33,6 +34,8 @@ NO_BUILD= yes
USE_GETTEXT= yes
USE_PHP= session
WANT_PHP_WEB= yes
+DEFAULT_PHP_VER=5
+IGNORE_WITH_PHP=4
CAKE_CONF_FILES= \
app/config/acl.ini.php \
@@ -65,9 +68,6 @@ CGI_EXT= -cgi
CGI_EXT=
.endif
-DEFAULT_PHP_VER=5
-IGNORE_WITH_PHP=4
-
SUB_LIST+= PHPCGI=${WITH_PHP_CGI}
.if defined(WITH_PROD)