freebsd-ports/math/py-triangle/Makefile
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

24 lines
466 B
Makefile

# $FreeBSD$
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+
USE_PYTHON= distutils autoplist
BUILD_DEPENDS= triangle>0:math/triangle
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/triangle/core*.so
.include <bsd.port.mk>