1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/math/py-pyclipper/Makefile
Li-Wen Hsu 133d9a7ae1 Add math/py-pyclipper, cython wrapper for the C++ translation of Clipper
library

PR:		228027
Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
2018-12-16 18:32:07 +00:00

22 lines
566 B
Makefile

# $FreeBSD$
PORTNAME= pyclipper
PORTVERSION= 1.1.0
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
COMMENT= Cython wrapper for the C++ translation of Clipper library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.11.1:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>=1.0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>