summaryrefslogtreecommitdiff
path: root/net/lua-socket
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-07-02 10:26:16 +0000
committernia <nia@pkgsrc.org>2020-07-02 10:26:16 +0000
commita05de5120310519b796af7bb2509e0ef9c7e9627 (patch)
treecd0f16e720a5c44a5f3125fc4e9d9456c913f5ff /net/lua-socket
parent06ab7d244a81bc98c50c1a8251461101b51f6f1c (diff)
downloadpkgsrc-a05de5120310519b796af7bb2509e0ef9c7e9627.tar.gz
Add 'lua' category to Lua modules.
While here, normalize some packages with strange variable order.
Diffstat (limited to 'net/lua-socket')
-rw-r--r--net/lua-socket/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lua-socket/Makefile b/net/lua-socket/Makefile
index 6d9180a7a78..69799d169d6 100644
--- a/net/lua-socket/Makefile
+++ b/net/lua-socket/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2016/06/04 23:08:13 alnsn Exp $
+# $NetBSD: Makefile,v 1.11 2020/07/02 10:26:19 nia Exp $
DISTNAME= luasocket-3.0-rc1
PKGNAME= ${LUA_PKGPREFIX}-${DISTNAME:S/lua//:S/-rc/rc/}
PKGREVISION= 5
-CATEGORIES= net
+CATEGORIES= net lua
MASTER_SITES= -https://github.com/diegonehab/luasocket/archive/v3.0-rc1.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org