Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= luasocket |
8 |
PORTNAME= luasocket |
9 |
PORTVERSION= 2.0 |
9 |
PORTVERSION= 2.0 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= net |
11 |
CATEGORIES= net |
11 |
MASTER_SITES= http://luaforge.net/frs/download.php/1097/ |
12 |
MASTER_SITES= http://luaforge.net/frs/download.php/1097/ |
12 |
|
13 |
|
Lines 14-19
MAINTAINER= andrew+ports@fubar.geek.nz
Link Here
|
14 |
COMMENT= IPv4 Sockets support for the Lua language |
15 |
COMMENT= IPv4 Sockets support for the Lua language |
15 |
|
16 |
|
16 |
BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua |
17 |
BUILD_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua |
|
|
18 |
RUN_DEPENDS= ${LOCALBASE}/include/lua.h:${PORTSDIR}/lang/lua \ |
19 |
${LOCALBASE}/share/lua/5.0/compat-5.1.lua:${PORTSDIR}/devel/lua50-compat51 |
17 |
|
20 |
|
18 |
USE_GMAKE= yes |
21 |
USE_GMAKE= yes |
19 |
|
22 |
|