svn commit: r557518 - head/devel/py-enum-compat
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Dec 10 21:33:44 UTC 2020
Author: sunpoet
Date: Thu Dec 10 21:33:39 2020
New Revision: 557518
URL: https://svnweb.freebsd.org/changeset/ports/557518
Log:
Take maintainership
Modified:
head/devel/py-enum-compat/Makefile
Modified: head/devel/py-enum-compat/Makefile
==============================================================================
--- head/devel/py-enum-compat/Makefile Thu Dec 10 21:33:34 2020 (r557517)
+++ head/devel/py-enum-compat/Makefile Thu Dec 10 21:33:39 2020 (r557518)
@@ -7,7 +7,7 @@ CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Python 3.4 Enum dummy no-op package
LICENSE= MIT
@@ -15,7 +15,8 @@ LICENSE= MIT
RUN_DEPENDS= ${PY_ENUM34}
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
+
NO_ARCH= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list