1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/x11-fonts/py-cu2qu/Makefile
Mathieu Arnold 22f8ff850a Simplify the dependencies for print/py-fonttools, and enable options
that are needed by other ports in the tree.

Discussed by:	portmgr@
With hat:	portmgr@
2019-10-07 15:42:16 +00:00

24 lines
630 B
Makefile

# $FreeBSD$
PORTNAME= cu2qu
PORTVERSION= 1.6.5
PORTREVISION= 2
CATEGORIES= x11-fonts python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lantw44@gmail.com
COMMENT= Cubic-to-quadratic bezier curve conversion
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=3.32.0:print/py-fonttools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}defcon>=0.6.0:x11-fonts/py-defcon@${PY_FLAVOR}
USES= python zip
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>