2012-12-02 02:16:05 +01:00
|
|
|
# Created by: Guixing Bai<khsing.cn@gmail.com>
|
2009-10-03 05:21:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= tornado
|
2013-07-21 20:07:03 +02:00
|
|
|
PORTVERSION= 3.1
|
2009-10-03 05:21:14 +02:00
|
|
|
CATEGORIES= www python
|
2013-06-15 13:25:09 +02:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2009-10-03 05:21:14 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= khsing.cn@gmail.com
|
|
|
|
COMMENT= Python Web Server from FriendFeed
|
|
|
|
|
2012-01-09 16:41:08 +01:00
|
|
|
LICENSE= AL2
|
2010-08-23 09:31:38 +02:00
|
|
|
|
2013-05-07 09:18:48 +02:00
|
|
|
USE_PYTHON= yes
|
2012-12-02 02:16:05 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2011-09-23 22:04:45 +02:00
|
|
|
|
2013-09-21 01:36:50 +02:00
|
|
|
NO_STAGE= yes
|
2013-05-07 09:18:48 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PYTHON_REL} < 300
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl
|
|
|
|
.endif
|
|
|
|
|
2012-12-02 02:16:05 +01:00
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
|
2011-09-23 22:04:45 +02:00
|
|
|
|
2013-05-07 09:18:48 +02:00
|
|
|
.include <bsd.port.post.mk>
|