freebsd-ports/lang/py-lupa/Makefile
2021-04-06 16:31:07 +02:00

26 lines
550 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= lupa
PORTVERSION= 1.9
CATEGORIES= lang python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python wrapper around Lua and LuaJIT
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= lua pkgconfig python:3.6+
USE_PYTHON= autoplist concurrent distutils
MAKE_ARGS= --no-bundle
post-patch:
@${RM} -fr ${WRKSRC}/third-party
do-test:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py test
.include <bsd.port.mk>