svn commit: r464819 - head/net/py-python-ntlm

Danilo G. Baio dbaio at FreeBSD.org
Sat Mar 17 14:05:05 UTC 2018


Author: dbaio
Date: Sat Mar 17 14:05:04 2018
New Revision: 464819
URL: https://svnweb.freebsd.org/changeset/ports/464819

Log:
  net/py-python-ntlm: Add LICENSE, Fix order of variables

Modified:
  head/net/py-python-ntlm/Makefile

Modified: head/net/py-python-ntlm/Makefile
==============================================================================
--- head/net/py-python-ntlm/Makefile	Sat Mar 17 13:52:04 2018	(r464818)
+++ head/net/py-python-ntlm/Makefile	Sat Mar 17 14:05:04 2018	(r464819)
@@ -10,8 +10,10 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	dbaio at FreeBSD.org
 COMMENT=	Python library that provides NTLM support
 
-NO_ARCH=	yes
+LICENSE=	LGPL3+
+
 USES=		python:2.7
 USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list