mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
03a7c4be6d
triangle/core.c:19390:5: error: expression is not assignable ++Py_REFCNT(o); Approved by: portmgr blanket
23 lines
456 B
Makefile
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>
|