Files
ports/print/py-fonttools-unicode/Makefile
Sunpoet Po-Chuan Hsieh 0944b12ae4 Add py-fonttools-unicode 3.44.0
This port is the extra dependencies for unicode functionality of FontTools.

Add both print/py-fonttools and print/py-fonttools-unicode to RUN_DEPENDS if you
need "fonttools[unicode]".

WWW: https://github.com/fonttools/fonttools
2019-10-01 17:05:22 +00:00

23 lines
517 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fonttools
PORTVERSION= 3.44.0
CATEGORIES= print python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= -unicode
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Dependencies for unicode functionality of FontTools
USES= metaport python:env
USE_PYTHON= flavors
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unicodedata2>=12.0.0:devel/py-unicodedata2@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>