opnsense-ports/math/py-triangle/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

23 lines
482 B
Makefile

PORTNAME= triangle
PORTVERSION= 20200424
CATEGORIES= math
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= db@FreeBSD.org
COMMENT= Python interface to triangle
WWW= https://rufat.be/triangle
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang python:3.8-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>