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/cakephp12 | |
parent | f5626c92ccbdd28dc45d72d67ddeb50615fd1b30 (diff) |
Notes
Diffstat (limited to 'www/cakephp12')
-rw-r--r-- | www/cakephp12/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/cakephp12/Makefile b/www/cakephp12/Makefile index 7164e6272926..52c42120d4a1 100644 --- a/www/cakephp12/Makefile +++ b/www/cakephp12/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 1.2.10 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ \ LOCAL/glarkin +PKGNAMESUFFIX= 12 DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= glarkin@FreeBSD.org COMMENT= A framework for developing PHP web applications -LATEST_LINK= cakephp12 - GITVERSION= 0-ge6e50e8 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-da67eb8 @@ -21,7 +20,7 @@ PORTDOCS= README SLAVE_PORT_MODULES= REWRITE -CONFLICTS= cakephp-1.[13].* cakephp-2.* +CONFLICTS= cakephp-1[13]-* cakephp-2?-.* cakephp-2.3.* NO_BUILD= yes USES= gettext |