da2af2903f
PR: 227009 Submitted by: Kai
19 lines
368 B
Makefile
19 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= setuptools_scm
|
|
PORTVERSION= 1.17.0
|
|
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
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|