summaryrefslogtreecommitdiff
path: root/math/py-pytanque/Makefile
blob: fedd9c42ef14d030063fe4223e92e11d94dae499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>