luci/applications/luci-app-acme/Makefile
Huangbin Zhan 18b151247b luci-app-acme: convert to client side rendering
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-06-24 15:22:24 +08:00

18 lines
424 B
Makefile

#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=ACME package - LuCI interface
LUCI_DEPENDS:=+luci-mod-admin-full +acme
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
PKG_LICENSE:=GPL-3.0-or-later
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature