freebsd-ports/devel/py-setuptools_scm/Makefile
William Grzybowski da2af2903f devel/py-setuptools_scm: update to 1.17.0
PR:		227009
Submitted by:	Kai
2018-04-06 15:43:40 +00:00

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>