diff --git a/print/py-vharfbuzz/Makefile b/print/py-vharfbuzz/Makefile index 719f0e3ec69c..e7ae9130e4b3 100644 --- a/print/py-vharfbuzz/Makefile +++ b/print/py-vharfbuzz/Makefile @@ -1,23 +1,24 @@ PORTNAME= vharfbuzz PORTVERSION= 0.3.0 PORTREVISION= 1 CATEGORIES= print python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= User-friendlier way to use Harfbuzz in Python WWW= https://github.com/simoncozens/vharfbuzz LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uharfbuzz>=0.34.0:print/py-uharfbuzz@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include