75c7f24021
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
17 lines
322 B
Makefile
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>
|