freebsd-ports/devel/py-setuptools_scm/Makefile
Martin Wilke 6ee7f0562b - Update to 1.10.1
PR:		205713
Submitted by:	douglas@douglasthrift.net
Approved by:	maintainer implicit
2016-01-03 15:18:18 +00:00

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>