diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-05 11:10:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-05 11:10:49 +0000 |
commit | bcc4614ebb8e7cedfc57740463f77b8e5a210499 (patch) | |
tree | dbba8f7c619a6f7db5c86ae59117cfcf6e8fe57e /www/cakephp22/Makefile | |
parent | f5626c92ccbdd28dc45d72d67ddeb50615fd1b30 (diff) |
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by: mat
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=335658
Diffstat (limited to 'www/cakephp22/Makefile')
-rw-r--r-- | www/cakephp22/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cakephp22/Makefile b/www/cakephp22/Makefile index 833e2f0b2af1..01f5efcd2603 100644 --- a/www/cakephp22/Makefile +++ b/www/cakephp22/Makefile @@ -4,12 +4,11 @@ PORTNAME= cakephp PORTVERSION= 2.2.7 CATEGORIES= www +PKGNAMESUFFIX= 22 MAINTAINER= pphillips@experts-exchange.com COMMENT= A framework for developing PHP web applications -LATEST_LINK= cakephp22 - LICENSE= MIT USE_GITHUB= yes @@ -20,7 +19,7 @@ PORTDOCS= README.md SLAVE_PORT_MODULES= REWRITE -CONFLICTS= cakephp-1.* cakephp-2.[13].* +CONFLICTS= cakephp-1?-* cakephp-2[1]-.* cakephp-2.3.* NO_BUILD= yes USES= gettext |