mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
14 lines
237 B
Makefile
14 lines
237 B
Makefile
# Created by: Jan Hornyak <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Luasocket for Lua 5.3
|
|
|
|
SLAVE_PORT= luasocket
|
|
|
|
USES= gmake lua:53 pkgconfig
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasocket
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|