opnsense-ports/devel/py-setuptools_scm/Makefile
Franco Fichtner 0b129add35 devel/py-setuptools_scm: sync with upstream
Taken from: HardenedBSD
2018-04-06 13:02:14 +02: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>