diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-11 15:09:18 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-11 15:09:18 +0000 |
commit | 38909a6988206751413711da59e524e61ab29720 (patch) | |
tree | 20390acd92845a86f780a0c0e83e6496aba0072a /www/phpsysinfo-dev | |
parent | bdd108ffc7433ab215294dab392230c19d98126a (diff) |
Notes
Diffstat (limited to 'www/phpsysinfo-dev')
-rw-r--r-- | www/phpsysinfo-dev/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile index 727f2e0a8daa..0bee85b2ecce 100644 --- a/www/phpsysinfo-dev/Makefile +++ b/www/phpsysinfo-dev/Makefile @@ -6,13 +6,14 @@ PORTNAME= phpSysInfo DISTVERSION= 3.0-RC4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF MAINTAINER= jadawin@FreeBSD.org COMMENT= A php script that displays info about the host being accessed -USE_PHP= pcre xml +USE_PHP= pcre xml simplexml WANT_PHP_WEB= yes WRKSRC= ${WRKDIR}/${PORTNAME:L} |