svn commit: r460267 - head/devel/py-setuptools_hg
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jan 29 11:27:51 UTC 2018
Author: sunpoet
Date: Mon Jan 29 11:27:50 2018
New Revision: 460267
URL: https://svnweb.freebsd.org/changeset/ports/460267
Log:
Add LICENSE
- Add NO_ARCH
- Allow concurrent installation (USE_PYTHON=concurrent)
- Take maintainership
Modified:
head/devel/py-setuptools_hg/Makefile
Modified: head/devel/py-setuptools_hg/Makefile
==============================================================================
--- head/devel/py-setuptools_hg/Makefile Mon Jan 29 11:27:44 2018 (r460266)
+++ head/devel/py-setuptools_hg/Makefile Mon Jan 29 11:27:50 2018 (r460267)
@@ -8,10 +8,14 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Setuptools plugin for hg
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list