aboutsummaryrefslogtreecommitdiffstats
path: root/net/lua50-luasocket
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-10-29 03:43:49 +0800
committerpav <pav@FreeBSD.org>2007-10-29 03:43:49 +0800
commit1afbd4fff8a391ec54006ac1f8971f240ea6aebd (patch)
tree9569e5c55dd17bbe7511e483222ff0a8ee88772f /net/lua50-luasocket
parentc4294661c2289f8c33faed2552561b0dc0d2d3f5 (diff)
downloadfreebsd-ports-gnome-1afbd4fff8a391ec54006ac1f8971f240ea6aebd.tar.gz
freebsd-ports-gnome-1afbd4fff8a391ec54006ac1f8971f240ea6aebd.tar.zst
freebsd-ports-gnome-1afbd4fff8a391ec54006ac1f8971f240ea6aebd.zip
- Update luasocket to 2.0.2, set luasocket port to lua 5.1
- Add lua 5.0 compatible slave port PR: ports/117168 Submitted by: Andrew Turner <andrew+ports@fubar.geek.nz> (maintainer)
Diffstat (limited to 'net/lua50-luasocket')
-rw-r--r--net/lua50-luasocket/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/lua50-luasocket/Makefile b/net/lua50-luasocket/Makefile
new file mode 100644
index 000000000000..82f6337e03e5
--- /dev/null
+++ b/net/lua50-luasocket/Makefile
@@ -0,0 +1,12 @@
+# New ports collection makefile for: lua50-socket
+# Date created: 14 October 2007
+# Whom: Andrew Turner <andrew+ports@fubar.geek.nz>
+#
+# $FreeBSD$
+#
+
+USE_LUA= 5.0
+
+MASTERDIR= ${.CURDIR}/../luasocket
+
+.include "${MASTERDIR}/Makefile"