diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-06-25 04:55:09 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-06-25 04:55:09 +0800 |
commit | 54ec479fb773124f63962c4990b25a1d70d1787c (patch) | |
tree | c84757e0ccfa4a70a19209bac83299fa7cd02831 /www/cakephp12 | |
parent | df8aaa72044a8792fc1ab76793cc52c21f5fe08a (diff) | |
download | freebsd-ports-gnome-54ec479fb773124f63962c4990b25a1d70d1787c.tar.gz freebsd-ports-gnome-54ec479fb773124f63962c4990b25a1d70d1787c.tar.zst freebsd-ports-gnome-54ec479fb773124f63962c4990b25a1d70d1787c.zip |
add new port: www/cakephp23
This is a port of the CakePHP web application framework. CakePHP is a
free open-source rapid development framework for PHP. It's a structure
of libraries, classes and run-time infrastructure for programmers
creating web applications originally inspired by the Ruby on Rails
framework. Our primary goal is to enable you to work in a structured
and rapid manner - without loss of flexibility.
Add conflicts to the various cakephp ports.
PR: ports/176130
Submitted by: Phil Phillips <pphillips@experts-exchange.com>
(maintainer of other cakephp ports)
Diffstat (limited to 'www/cakephp12')
-rw-r--r-- | www/cakephp12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cakephp12/Makefile b/www/cakephp12/Makefile index dd35ccb63986..d79a50c33562 100644 --- a/www/cakephp12/Makefile +++ b/www/cakephp12/Makefile @@ -21,7 +21,7 @@ PORTDOCS= README SLAVE_PORT_MODULES= REWRITE -CONFLICTS= cakephp-1.[13].* +CONFLICTS= cakephp-1.[13].* cakephp-2.* NO_BUILD= yes USES= gettext |