Browse Source

Add PKG_LICENSE part.

Xiongfei(Alex) GUO 10 years ago
parent
commit
fef64650b9
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lang/luasoap/Makefile

+ 1
- 0
lang/luasoap/Makefile View File

@@ -19,6 +19,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
19 19
 PKG_MIRROR_MD5SUM:=
20 20
 
21 21
 PKG_MAINTAINER:=Liu Peng <pengliu@credosemi.com>
22
+PKG_LICENSE:=MIT
22 23
 
23 24
 include $(INCLUDE_DIR)/package.mk
24 25