freebsd-ports/devel/py-vcversioner/Makefile
William Grzybowski 75c7f24021 devel/py-vcversioner: Use version control tags to discover version numbers
You can write a setup.py with no version information specified, and
vcversioner will find a recent, properly-formatted VCS tag and extract a
version from it.

WWW: https://github.com/habnabit/vcversioner
2015-11-12 13:26:58 +00:00

17 lines
322 B
Makefile

# $FreeBSD$
PORTNAME= vcversioner
PORTVERSION= 2.14.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Use version control tags to discover version numbers
LICENSE= ISCL
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>