svn commit: r404452 - head/sysutils/py-psutil

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Dec 25 19:44:24 UTC 2015


Author: sunpoet
Date: Fri Dec 25 19:44:22 2015
New Revision: 404452
URL: https://svnweb.freebsd.org/changeset/ports/404452

Log:
  - Add LICENSE_FILE

Modified:
  head/sysutils/py-psutil/Makefile

Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile	Fri Dec 25 19:44:18 2015	(r404451)
+++ head/sysutils/py-psutil/Makefile	Fri Dec 25 19:44:22 2015	(r404452)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Process utilities module for Python
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PYTHON=	autoplist concurrent distutils
 USES=		python


More information about the svn-ports-all mailing list