diff options
Diffstat (limited to 'www/phpsysinfo/Makefile')
-rw-r--r-- | www/phpsysinfo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index e50288ffd73..29a4084e157 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -7,18 +7,19 @@ PORTNAME= phpsysinfo PORTVERSION= 3.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= walt@relnor.com COMMENT= A PHP script for displaying system information -LATEST_LINK= phpsysinfo-dev +LICENSE= GPLv2 -USE_PHP= pcre xml simplexml mbstring +USE_PHP= dom pcre xml simplexml mbstring WANT_PHP_WEB= yes -LICENSE= GPLv2 +LATEST_LINK= phpsysinfo-dev NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |