freebsd-ports/textproc/codespell/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

23 lines
476 B
Makefile

PORTNAME= codespell
PORTVERSION= 2.2.2
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
USES= python:3.7+ shebangfix
USE_PYTHON= autoplist concurrent distutils noflavors
NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
SHEBANG_FILES= bin/codespell
.include <bsd.port.mk>