mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-10 09:21:13 -04:00
10 lines
237 B
Makefile
10 lines
237 B
Makefile
PLUGIN_NAME= cache
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_REVISION= 1
|
|
PLUGIN_COMMENT= Webserver cache
|
|
.if "${PLUGIN_PHP}" == "84"
|
|
PLUGIN_DEPENDS= php${PLUGIN_PHP}-opcache
|
|
.endif
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|