diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-08 12:21:09 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-08 12:21:09 +0000 |
commit | 37d4f2da9d360197db71a5f9d74f0450a640b02a (patch) | |
tree | 07b99fd53582c5826c85309c203f05e3812cf560 /security/phpsecinfo | |
parent | 08ff31ee65597a72a9c91166e840b66ef4a142ba (diff) |
category security: Convert to USES=php
Approved by: infrastructure modernization blanket
Notes
Notes:
svn path=/head/; revision=466797
Diffstat (limited to 'security/phpsecinfo')
-rw-r--r-- | security/phpsecinfo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/phpsecinfo/Makefile b/security/phpsecinfo/Makefile index f5254381fb86..78fd905d76da 100644 --- a/security/phpsecinfo/Makefile +++ b/security/phpsecinfo/Makefile @@ -12,9 +12,8 @@ COMMENT= PHP environment security auditing tool LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= zip +USES= php:web zip USE_PHP= pcre -WANT_PHP_WEB= yes NO_BUILD= yes NO_ARCH= yes |