1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/codespell/Makefile
Fernando Apesteguía 82bd9a5456 textproc/codespell: Update to 1.17.1
PR:	246824
Submitted by:	fk@fabiankeil.de
2020-05-29 16:20:43 +00:00

26 lines
434 B
Makefile

# $FreeBSD$
PORTNAME= codespell
PORTVERSION= 1.17.1
DISTVERSIONPREFIX= v
CATEGORIES= textproc
MAINTAINER= ports@FreeBSD.org
COMMENT= Source code spelling checker
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python:3.4+
USE_PYTHON= autoplist concurrent distutils
USE_GITHUB= yes
GH_ACCOUNT= codespell-project
NO_ARCH= yes
SUB_FILES+= pkg-message
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
.include <bsd.port.mk>