mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-08 10:37:38 -04:00
8 lines
249 B
Makefile
8 lines
249 B
Makefile
PLUGIN_NAME= gdrive-backup
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_REVISION= 1
|
|
PLUGIN_COMMENT= Backup configurations using Google Drive
|
|
PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|