freebsd-ports/devel/py-versioneer-518/Makefile

18 lines
384 B
Makefile

PORTNAME= versioneer-518
DISTVERSION= 0.19
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Easy VCS-based management of project version strings
WWW= https://github.com/python-versioneer/python-versioneer
LICENSE= UNLICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>