6ee7f0562b
PR: 205713 Submitted by: douglas@douglasthrift.net Approved by: maintainer implicit
17 lines
331 B
Makefile
17 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= setuptools_scm
|
|
PORTVERSION= 1.10.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 tar:bz2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|