a776c14915
- Python3 specific version of devel/py-vcversioner 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
19 lines
395 B
Makefile
19 lines
395 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vcversioner
|
|
PORTVERSION= 2.14.0.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Use version control tags to discover version numbers
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= python:3
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|