View | Details | Raw Unified | Return to bug 200796
Collapse All | Expand All

(-)Makefile (-8 / +1 lines)
Lines 17-29 Link Here
17
USES=		python
17
USES=		python
18
USE_PYTHON=	distutils autoplist
18
USE_PYTHON=	distutils autoplist
19
19
20
.include <bsd.port.pre.mk>
21
22
.if ${PYTHON_REL} < 3000
23
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:${PORTSDIR}/security/py-backports.ssl_match_hostname \
24
		${PYTHON_PKGNAMEPREFIX}futures>0:${PORTSDIR}/devel/py-futures
25
.endif
26
27
post-build:
20
post-build:
28
	@${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \;
21
	@${FIND} ${WRKSRC}/build -name speedups.so -exec ${STRIP_CMD} {} \;
29
22
Lines 30-33 Link Here
30
regression-test: build
23
regression-test: build
31
	@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
24
	@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
32
25
33
.include <bsd.port.post.mk>
26
.include <bsd.port.mk>

Return to bug 200796