mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 17:21:49 -04:00
18 lines
457 B
Makefile
18 lines
457 B
Makefile
PORTNAME= pyclipper
|
|
PORTVERSION= 1.2.1
|
|
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}
|
|
|
|
USES= python:3.6+ zip
|
|
USE_PYTHON= distutils cython autoplist
|
|
|
|
.include <bsd.port.mk>
|