mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
20 lines
424 B
Makefile
20 lines
424 B
Makefile
PORTNAME= tokenize-rt
|
|
PORTVERSION= 5.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>
|