Lines 21-24
Link Here
|
21 |
USE_PYTHON= autoplist concurrent distutils |
21 |
USE_PYTHON= autoplist concurrent distutils |
22 |
NO_ARCH= yes |
22 |
NO_ARCH= yes |
23 |
|
23 |
|
24 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.pre.mk> |
|
|
25 |
|
26 |
.if ${PYTHON_REL} < 3200 |
27 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}configparser>0:devel/py-configparser@${FLAVOR} |
28 |
.endif |
29 |
.if ${PYTHON_REL} < 3400 |
30 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enum34>0:devel/py-enum34@${FLAVOR} |
31 |
.endif |
32 |
|
33 |
.include <bsd.port.post.mk> |