Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= fonttools |
4 |
PORTNAME= fonttools |
5 |
PORTVERSION= 3.40.0 |
5 |
PORTVERSION= 3.41.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= print python |
6 |
CATEGORIES= print python |
8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 14-23
COMMENT= Open source library for manipulating fonts, written in Python
Link Here
|
14 |
LICENSE= MIT |
13 |
LICENSE= MIT |
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
16 |
|
15 |
|
|
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs2>=2.2.0:devel/py-fs2@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}lxml>=4.0:devel/py-lxml@${PY_FLAVOR} \ |
18 |
${PY_ENUM34} |
19 |
|
17 |
USES= python zip |
20 |
USES= python zip |
18 |
USE_PYTHON= autoplist concurrent distutils |
21 |
USE_PYTHON= autoplist concurrent distutils |
19 |
|
22 |
|
20 |
MAKE_ENV= FONTTOOLS_MANPATH="man" |
23 |
MAKE_ENV= FONTTOOLS_MANPATH="man" |
21 |
NO_ARCH= yes |
24 |
NO_ARCH= yes |
22 |
|
25 |
|
23 |
.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> |