Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jan 2016 11:15:47 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405424 - head/devel/py-setuptools-git
Message-ID:  <201601071115.u07BFlA8061396@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
 COMMENT=	Setuptools plugin for git
 
+LICENSE=	BSD4CLAUSE
+
 USES=		python
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071115.u07BFlA8061396>