9 lines
167 B
Makefile
9 lines
167 B
Makefile
# Created by: Andrew Turner <andrew+ports@fubar.geek.nz>
|
|
# $FreeBSD$
|
|
|
|
USE_LUA= 5.0
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasocket
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|