Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Dec 2018 09:09:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486655 - head/devel/py-unicodecsv
Message-ID:  <201812050909.wB599p6f035355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Dec  5 09:09:51 2018
New Revision: 486655
URL: https://svnweb.freebsd.org/changeset/ports/486655

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-unicodecsv/Makefile

Modified: head/devel/py-unicodecsv/Makefile
==============================================================================
--- head/devel/py-unicodecsv/Makefile	Wed Dec  5 08:48:33 2018	(r486654)
+++ head/devel/py-unicodecsv/Makefile	Wed Dec  5 09:09:51 2018	(r486655)
@@ -10,7 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	alexander.nusov@nfvexpress.com
 COMMENT=	Drop-in replacement for Python 2.7 csv module
 
+LICENSE=	BSD
+
 USES=		python
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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