aboutsummaryrefslogtreecommitdiff
path: root/net/lua50-luasocket
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-10-28 19:43:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-10-28 19:43:49 +0000
commit2a3d311fcdb5498d2de24e5ddf49a9a8863b0ffc (patch)
tree338d76447f64b728295cf110a8c5d005635aa8cc /net/lua50-luasocket
parent34710baf1bfb74ade39a64614c01140dc8f7906f (diff)
downloadports-2a3d311fcdb5498d2de24e5ddf49a9a8863b0ffc.tar.gz
ports-2a3d311fcdb5498d2de24e5ddf49a9a8863b0ffc.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)
Notes
Notes: svn path=/head/; revision=202228
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"