1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Allow concurrent installation (USE_PYTHON=concurrent)

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-02-02 22:45:04 +00:00
parent 5ae6844a7d
commit 3313529c2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407863

View File

@ -3,6 +3,7 @@
PORTNAME= spyne
PORTVERSION= 2.12.11
PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +16,7 @@ LICENSE= LGPL21
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>