diff options
Diffstat (limited to 'www/dotproject-devel/Makefile')
-rw-r--r-- | www/dotproject-devel/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/dotproject-devel/Makefile b/www/dotproject-devel/Makefile index 3dcca816b493..b2b4c2a44cb2 100644 --- a/www/dotproject-devel/Makefile +++ b/www/dotproject-devel/Makefile @@ -6,20 +6,23 @@ # PORTNAME= dotproject -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.4 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-v${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sailorfred@yahoo.com COMMENT= Open Source Project Management tool WRKSRC= ${WRKDIR}/${PORTNAME} DOTPROJECTDIR= ${PREFIX}/www/${PORTNAME} NO_BUILD= yes USE_PHP= gd mysql session +DEFAULT_PHP_VER=4 WANT_PHP_WEB= yes +IGNORE_WITH_PHP=5 +USE_APACHE= 1.3 SUB_LIST+= DOTPROJECTDIR=${DOTPROJECTDIR} SUB_FILES= pkg-message |