mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-08 10:37:38 -04:00
7 lines
199 B
Makefile
7 lines
199 B
Makefile
PLUGIN_NAME= ddclient
|
|
PLUGIN_VERSION= 1.30
|
|
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
|
|
PLUGIN_COMMENT= Dynamic DNS client
|
|
PLUGIN_MAINTAINER= ad@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|