ports/devel/py-fluent/Makefile
Po-Chuan Hsieh a3fcd12300
devel/py-fluent: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-04-09 04:16:51 +08:00

23 lines
612 B
Makefile

PORTNAME= fluent
PORTVERSION= 0.10.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Localization library for expressive translations
WWW= https://github.com/projectfluent/python-fluent
LICENSE= APACHE20
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>