mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
10 lines
265 B
Makefile
10 lines
265 B
Makefile
PLUGIN_NAME= gdrive-backup
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_COMMENT= Backup configurations using Google Drive
|
|
PLUGIN_DEPENDS= php${PLUGIN_PHP}-google-api-php-client
|
|
PLUGIN_DEVEL= yes
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
PLUGIN_TIER= 2
|
|
|
|
.include "../../Mk/plugins.mk"
|