diff options
Diffstat (limited to 'www/php85-opcache/Makefile')
-rw-r--r-- | www/php85-opcache/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/php85-opcache/Makefile b/www/php85-opcache/Makefile new file mode 100644 index 000000000000..edb61940538a --- /dev/null +++ b/www/php85-opcache/Makefile @@ -0,0 +1,9 @@ +CATEGORIES= www + +PKGNAMESUFFIX= -opcache + +USES= php:zend,noflavors + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +.include "${MASTERDIR}/Makefile" |