freebsd-ports/math/py-pyhull/Makefile
Vanilla I. Shu 5e279ec3d3 Add py-pyhull 1.5.6, computation of convex hull, Delaunay triangulation
and Voronoi diagram.

PR:		205593
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2015-12-25 09:20:38 +00:00

24 lines
515 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= pyhull
PORTVERSION= 1.5.6
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Computation of convex hull, Delaunay triangulation and Voronoi diagram
LICENSE= MIT
BUILD_DEPENDS= ${PYNUMPY}
RUN_DEPENDS= ${PYNUMPY}
USES= python
USE_PYTHON= autoplist distutils
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyhull/_pyhull.so
.include <bsd.port.mk>