blob: e3591e857e47cb73de185545d2a23beb5ed61b70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= tokenize-rt
DISTVERSION= 6.2.0
CATEGORIES= devel
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= tokenize_rt-${PORTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Wrapper around the stdlib `tokenize` which roundtrips
WWW= https://github.com/asottile/tokenize-rt
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>
|