diff options
Diffstat (limited to 'www/phpvirtualbox/Makefile')
-rw-r--r-- | www/phpvirtualbox/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/phpvirtualbox/Makefile b/www/phpvirtualbox/Makefile index 9086eb671a44..76b2947e30c2 100644 --- a/www/phpvirtualbox/Makefile +++ b/www/phpvirtualbox/Makefile @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= phpvirtualbox -DISTVERSION= 4.3-2 +DISTVERSION= 5.0-5 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME} \ - LOCAL/decke +MASTER_SITES= SF/${PORTNAME} MAINTAINER= vbox@FreeBSD.org COMMENT= AJAX Web Interface for VirtualBox LICENSE= GPLv3 +NO_ARCH= yes NO_BUILD= yes -USE_PHP= json session soap simplexml xml -USES= dos2unix zip +USE_PHP= json session simplexml soap xml +USES= dos2unix php zip DOS2UNIX_REGEX= .*\.(php|txt|js|css|html) ETCDIR= ${WWWDIR} |