1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/py-pytanque/Makefile
2024-06-06 01:49:02 -07:00

24 lines
562 B
Makefile

PORTNAME= pytanque
DISTVERSION= 1.1.0
CATEGORIES= math
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Petanque static python bindings
WWW= https://github.com/quarkslab/arybo/tree/master/petanque
LICENSE= BSD3CLAUSE
BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI
BUILD_DEPENDS= pybind11>0:devel/pybind11
USES= compiler:c++14-lang localbase python
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/third-party/pybind11
.include <bsd.port.mk>