jasper 29c2ea098b change package names to be prefixed with 'lua', so there's a distinction
when the lua52 flavor is used.

found the hard way by landry@
ok sthen@
2013-06-23 17:24:11 +00:00

29 lines
601 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/06/23 17:24:11 jasper Exp $
PKG_ARCH = *
COMMENT = encapsulate protected Lua calls with a coroutine based loop
DISTNAME = coxpcall-1.13.0
PKGNAME = lua-${DISTNAME}
REVISION= 3
CATEGORIES = devel
HOMEPAGE = http://coxpcall.luaforge.net/
MAINTAINER = Scott Vokes <vokes.s@gmail.com>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://luaforge.net/frs/download.php/3406/
MODULES = lang/lua
NO_BUILD = Yes
NO_TEST = Yes
do-install:
${INSTALL_DATA_DIR} ${MODLUA_DATADIR}
${INSTALL_DATA} ${WRKSRC}/src/coxpcall.lua ${MODLUA_DATADIR}
.include <bsd.port.mk>