1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/lang/py-lupa/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

28 lines
562 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>