mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
(cherry picked from commit83c250f548) (cherry picked from commit886524fd5e) (cherry picked from commit105cf47397) (cherry picked from commit88a251a375) (cherry picked from commit0be5359db9)
8 lines
232 B
Makefile
8 lines
232 B
Makefile
PLUGIN_NAME= mail-backup
|
|
PLUGIN_VERSION= 0.1
|
|
PLUGIN_COMMENT= Send configuration file backup by e-mail
|
|
PLUGIN_DEPENDS= gnupg phpmailer
|
|
PLUGIN_MAINTAINER= machadovilaca@gmail.com
|
|
PLUGIN_DEVEL= yes
|
|
|
|
.include "../../Mk/plugins.mk"
|