ports/devel/py-setuptools_scm/Makefile
2016-10-11 16:54:50 +00:00

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>