diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:26:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:26:13 +0800 |
commit | 08dd020a7f2fbd92aef3de570da515f5cf4c572e (patch) | |
tree | 55b9d2a9b734b024221d6183528292dc2a7e2734 | |
parent | 8c0749c5a0aae6dbc5fe6444d18392cc2bb525f7 (diff) | |
download | freebsd-ports-gnome-08dd020a7f2fbd92aef3de570da515f5cf4c572e.tar.gz freebsd-ports-gnome-08dd020a7f2fbd92aef3de570da515f5cf4c572e.tar.zst freebsd-ports-gnome-08dd020a7f2fbd92aef3de570da515f5cf4c572e.zip |
Add LICENSE_FILE
- While I'm here, sort USE_PYTHON
Approved by: portmgr (blanket)
-rw-r--r-- | devel/py-setuptools_scm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-setuptools_scm/Makefile b/devel/py-setuptools_scm/Makefile index 421aefb78fae..80a5add766e1 100644 --- a/devel/py-setuptools_scm/Makefile +++ b/devel/py-setuptools_scm/Makefile @@ -10,9 +10,10 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Setuptools plugin to manage your versions by scm tags LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE USES?= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils NO_ARCH= yes .include <bsd.port.mk> |