pkgsrc/devel/py-lupa/options.mk
alnsn eb78b00dd2 Initial import of devel/py-lupa, version 1.1.
Lupa integrates the runtimes of Lua or LuaJIT2 into CPython. It is
a partial rewrite of LunaticPython in Cython with some additional
features such as proper coroutine support.
2015-04-20 19:34:47 +00:00

12 lines
319 B
Makefile

# $NetBSD: options.mk,v 1.1.1.1 2015/04/20 19:34:47 alnsn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-lupa
PKG_SUPPORTED_OPTIONS= cython
PKG_SUGGESTED_OPTIONS+= cython
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mcython)
PYSETUPBUILDARGS+= --with-cython
.include "../../devel/py-cython/buildlink3.mk"
.endif