mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
891bc8e56f
Reported by: lifanof
14 lines
237 B
Makefile
14 lines
237 B
Makefile
# Created by: Jan Hornyak <pav@oook.cz>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= Luasocket for Lua 5.1
|
|
|
|
SLAVE_PORT= luasocket
|
|
|
|
USES= gmake lua:51 pkgconfig
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasocket
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|