mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
25 lines
651 B
Makefile
25 lines
651 B
Makefile
PORTNAME= codespell
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= PYPI
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Source code spelling checker
|
|
WWW= https://github.com/codespell-project/codespell
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist noflavors pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
|
|
|
|
.include <bsd.port.mk>
|