mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
17 lines
323 B
Makefile
17 lines
323 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= setuptools_scm
|
|
PORTVERSION= 1.13.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
COMMENT= Setuptools plugin to manage your versions by scm tags
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|