freebsd-ports/math/py-pytanque/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

18 lines
459 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
USES= compiler:c++14-lang python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>