diff options
Diffstat (limited to 'net/lua50-luasocket')
-rw-r--r-- | net/lua50-luasocket/Makefile | 12 |
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" |