Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= fonttools |
4 |
PORTNAME= fonttools |
5 |
PORTVERSION= 3.33.0 |
5 |
PORTVERSION= 3.34.2 |
6 |
CATEGORIES= print python |
6 |
CATEGORIES= print python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-18
Link Here
|
13 |
LICENSE= MIT |
13 |
LICENSE= MIT |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
15 |
|
|
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=2.1.1:devel/py-fs@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \ |
18 |
${PY_ENUM34} |
19 |
|
16 |
USES= python zip |
20 |
USES= python zip |
17 |
USE_PYTHON= autoplist concurrent distutils |
21 |
USE_PYTHON= autoplist concurrent distutils |
18 |
|
22 |
|
Lines 19-22
Link Here
|
19 |
MAKE_ENV= FONTTOOLS_MANPATH="man" |
23 |
MAKE_ENV= FONTTOOLS_MANPATH="man" |
20 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
21 |
|
25 |
|
22 |
.include <bsd.port.mk> |
26 |
.include <bsd.port.pre.mk> |
|
|
27 |
|
28 |
.if ${PYTHON_REL} < 3400 |
29 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}singledispatch>=3.4.0.3:devel/py-singledispatch@${PY_FLAVOR} |
30 |
.endif |
31 |
|
32 |
.if ${PYTHON_REL} < 3700 |
33 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}unicodedata2>=11.0.0:devel/py-unicodedata2@${PY_FLAVOR} |
34 |
.endif |
35 |
|
36 |
.include <bsd.port.post.mk> |