mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
aa7a6c429e
With hat: portmgr
28 lines
562 B
Makefile
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>
|