diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-04 16:22:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-04 16:22:50 +0000 |
commit | ea9a9092667781531be06111096975eba826985a (patch) | |
tree | b1b12e98d4a8b4346b06f0dd38767a9e21938e77 /www/dotproject/Makefile | |
parent | 6ed0515c8f6c752ea575c7004c8d1cae6dca104b (diff) | |
download | ports-ea9a9092667781531be06111096975eba826985a.tar.gz ports-ea9a9092667781531be06111096975eba826985a.zip |
Notes
Diffstat (limited to 'www/dotproject/Makefile')
-rw-r--r-- | www/dotproject/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/dotproject/Makefile b/www/dotproject/Makefile index 3dcca816b493..b2b4c2a44cb2 100644 --- a/www/dotproject/Makefile +++ b/www/dotproject/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 |