svn commit: r405424 - head/devel/py-setuptools-git

Martin Wilke miwi at FreeBSD.org
Thu Jan 7 11:15:48 UTC 2016


Author: miwi
Date: Thu Jan  7 11:15:46 2016
New Revision: 405424
URL: https://svnweb.freebsd.org/changeset/ports/405424

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/py-setuptools-git/Makefile

Modified: head/devel/py-setuptools-git/Makefile
==============================================================================
--- head/devel/py-setuptools-git/Makefile	Thu Jan  7 11:15:17 2016	(r405423)
+++ head/devel/py-setuptools-git/Makefile	Thu Jan  7 11:15:46 2016	(r405424)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Setuptools plugin for git
 
+LICENSE=	BSD4CLAUSE
+
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list