diff options
Diffstat (limited to 'textproc/py-langcodes/Makefile')
| -rw-r--r-- | textproc/py-langcodes/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/textproc/py-langcodes/Makefile b/textproc/py-langcodes/Makefile index 619eedcd77e0..f2af3634b9f6 100644 --- a/textproc/py-langcodes/Makefile +++ b/textproc/py-langcodes/Makefile @@ -1,5 +1,5 @@ PORTNAME= langcodes -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=60:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}language-data>=1.2:textproc/py-language-data@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= DATA +OPTIONS_DEFAULT=DATA +DATA_DESC= Supplementary data about languages + +DATA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}language-data>=1.2:textproc/py-language-data@${PY_FLAVOR} + .include <bsd.port.mk> |
