- Allow concurrent installation (USE_PYTHON=concurrent)

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh
2016-12-03 08:31:42 +00:00
parent 02d9d78d2c
commit a2488fc346

View File

@@ -3,6 +3,7 @@
PORTNAME= sqlparse
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Non-validating SQL parser for Python
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>