svn commit: r486655 - head/devel/py-unicodecsv

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 5 09:09:52 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list