svn commit: r439648 - head/devel/py-setuptools_scm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Apr 28 20:26:14 UTC 2017


Author: sunpoet
Date: Fri Apr 28 20:26:13 2017
New Revision: 439648
URL: https://svnweb.freebsd.org/changeset/ports/439648

Log:
  Add LICENSE_FILE
  
  - While I'm here, sort USE_PYTHON
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-setuptools_scm/Makefile

Modified: head/devel/py-setuptools_scm/Makefile
==============================================================================
--- head/devel/py-setuptools_scm/Makefile	Fri Apr 28 20:26:08 2017	(r439647)
+++ head/devel/py-setuptools_scm/Makefile	Fri Apr 28 20:26:13 2017	(r439648)
@@ -10,9 +10,10 @@ MAINTAINER=	wg at 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>


More information about the svn-ports-head mailing list