Index: head/devel/py-unicodecsv/Makefile =================================================================== --- head/devel/py-unicodecsv/Makefile (revision 486654) +++ head/devel/py-unicodecsv/Makefile (revision 486655) @@ -1,16 +1,19 @@ # Created by: Alexander Nusov # $FreeBSD$ PORTNAME= unicodecsv PORTVERSION= 0.14.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP 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