diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-26 03:44:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-26 03:44:22 +0800 |
commit | 5b038383d366de53c123f552a99323a159fdb4b5 (patch) | |
tree | bfc28597f38672aeca56b82a2db4f8e94fd8ea81 /sysutils | |
parent | cba393a80a54987fa46dde367214e653a1f8af39 (diff) | |
download | freebsd-ports-gnome-5b038383d366de53c123f552a99323a159fdb4b5.tar.gz freebsd-ports-gnome-5b038383d366de53c123f552a99323a159fdb4b5.tar.zst freebsd-ports-gnome-5b038383d366de53c123f552a99323a159fdb4b5.zip |
- Add LICENSE_FILE
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-psutil/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 31189a447cfd..c191f4a93e80 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Process utilities module for Python LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_PYTHON= autoplist concurrent distutils USES= python |