77d68471ad
PR: 267994 Differential revision: D37518 Approved by: bapt
17 lines
367 B
Makefile
17 lines
367 B
Makefile
PORTNAME= versiontools
|
|
PORTVERSION= 1.9.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Smart replacement for plain tuple used in __version__
|
|
WWW= https://pypi.org/project/versiontools/
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|