mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-20 00:10:36 -05:00
7 lines
213 B
Makefile
7 lines
213 B
Makefile
PLUGIN_NAME= mail-backup
|
|
PLUGIN_VERSION= 1.1
|
|
PLUGIN_COMMENT= Send configuration file backup by e-mail
|
|
PLUGIN_DEPENDS= gnupg phpmailer
|
|
PLUGIN_MAINTAINER= machadovilaca@gmail.com
|
|
|
|
.include "../../Mk/plugins.mk"
|