aboutsummaryrefslogtreecommitdiff
path: root/textproc/codespell/Makefile
blob: b44632356941a0af5c842b878f3c1c4979cdd872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	codespell
PORTVERSION=	2.0.0
CATEGORIES=	textproc
MASTER_SITES=	CHEESESHOP

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Source code spelling checker

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.5+
USE_PYTHON=	autoplist concurrent distutils noflavors

NO_ARCH=	yes

SUB_FILES=	pkg-message
SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}

.include <bsd.port.mk>