mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
52811c6207
Submitted by: lifanof
14 lines
223 B
Makefile
14 lines
223 B
Makefile
# Created by: Andrew Lewis <freeghb@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
COMMENT= LuaSec for Lua 5.1
|
|
|
|
SLAVE_PORT= luasec
|
|
|
|
USES= lua:51 ssl
|
|
|
|
MASTERDIR= ${.CURDIR}/../luasec
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|