svn commit: r449724 - head/net-mgmt/py-ipy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 12 20:56:40 UTC 2017


Author: sunpoet
Date: Tue Sep 12 20:56:38 2017
New Revision: 449724
URL: https://svnweb.freebsd.org/changeset/ports/449724

Log:
  Add LICENSE
  
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Sort USE_PYTHON
  - Take maintainership

Modified:
  head/net-mgmt/py-ipy/Makefile

Modified: head/net-mgmt/py-ipy/Makefile
==============================================================================
--- head/net-mgmt/py-ipy/Makefile	Tue Sep 12 20:56:33 2017	(r449723)
+++ head/net-mgmt/py-ipy/Makefile	Tue Sep 12 20:56:38 2017	(r449724)
@@ -8,12 +8,15 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	IPy-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Python module for handling IPv4 and IPv6 Addresses and Networks
 
-USES=		python
-USE_PYTHON=	distutils autoplist
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
+USES=		python
 
 do-test:
 	${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py


More information about the svn-ports-all mailing list