blob: 943fdf891283e96c9ae9995ead14c74e026b3103 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
# $FreeBSD$
PORTNAME= vcversioner
PORTVERSION= 2.16.0.0
PORTREVISION= 1
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.3+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
|