mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
133d9a7ae1
library PR: 228027 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
22 lines
566 B
Makefile
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>
|