aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-restructuredtext-lint/Makefile
blob: 55e2ec3d02c9be77f471c4f77d48536da4c46380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	restructuredtext-lint
DISTVERSION=	1.4.0
PORTREVISION=	1
CATEGORIES=	textproc devel python
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	reStructuredText linter
WWW=		https://github.com/twolfson/restructuredtext-lint

LICENSE=	UNLICENSE
LICENSE_FILE=	${WRKSRC}/UNLICENSE

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>=0.11,1<1.0,1:textproc/py-docutils@${PY_FLAVOR}

USES=		python
USE_GITHUB=	yes
GH_ACCOUNT=	twolfson
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>