diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-01 17:05:27 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-01 17:05:27 +0000 |
commit | 7f3e1e211d80792c77108086bc2cd980d9e67179 (patch) | |
tree | 1fa1ec02902071b64ca1c5a68aa48495af768843 /print/py-fonttools-woff/Makefile | |
parent | 0944b12ae4bf18c4f732891082a50395e97a4957 (diff) | |
download | ports-7f3e1e211d80792c77108086bc2cd980d9e67179.tar.gz ports-7f3e1e211d80792c77108086bc2cd980d9e67179.zip |
Notes
Diffstat (limited to 'print/py-fonttools-woff/Makefile')
-rw-r--r-- | print/py-fonttools-woff/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/py-fonttools-woff/Makefile b/print/py-fonttools-woff/Makefile new file mode 100644 index 000000000000..be646992ffcb --- /dev/null +++ b/print/py-fonttools-woff/Makefile @@ -0,0 +1,19 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fonttools +PORTVERSION= 3.44.0 +CATEGORIES= print python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= -woff + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Dependencies for woff functionality of FontTools + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.1:archivers/py-brotli@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}zopfli>=0.1.4:archivers/py-zopfli@${PY_FLAVOR} + +USES= metaport python:env +USE_PYTHON= flavors + +.include <bsd.port.mk> |