diff options
-rw-r--r-- | www/phpsysinfo/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/phpsysinfo/Makefile b/www/phpsysinfo/Makefile index 3bf588340c8e..bb48958ed1cf 100644 --- a/www/phpsysinfo/Makefile +++ b/www/phpsysinfo/Makefile @@ -3,6 +3,7 @@ PORTNAME= phpsysinfo PORTVERSION= 3.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= www @@ -10,9 +11,12 @@ MAINTAINER= walt@relnor.com COMMENT= PHP script for displaying system information LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes +USES= shebangfix +SHEBANG_FILES= tools/check.sh NO_BUILD= yes USE_PHP= dom pcre xml simplexml mbstring WANT_PHP_WEB= yes |