ports/devel/py-tokenize-rt/Makefile

20 lines
424 B
Makefile

PORTNAME= tokenize-rt
DISTVERSION= 6.0.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>