1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/py-triangle/Makefile
Dmitry Marakasov 03a7c4be6d math/py-triangle: limit supported python versions
triangle/core.c:19390:5: error: expression is not assignable
    ++Py_REFCNT(o);

Approved by:	portmgr blanket
2021-11-01 16:59:07 +03:00

23 lines
456 B
Makefile

PORTNAME= triangle
PORTVERSION= 20200424
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= db@FreeBSD.org
COMMENT= Python interface to triangle
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang python:3.6-3.9
USE_PYTHON= distutils autoplist
BUILD_DEPENDS= triangle>0:math/triangle
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/triangle/core*.so
.include <bsd.port.mk>