1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/textproc/py-grapheme/Makefile
Po-Chuan Hsieh 5048cc2c9b
textproc/py-grapheme: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:09:22 +08:00

23 lines
512 B
Makefile

PORTNAME= grapheme
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Unicode grapheme helpers
WWW= https://github.com/alvinlindstam/grapheme
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>