1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/www/py-tornado/Makefile
Ruslan Makhmatkhanov 8e6858f93f - update to 3.0.2
- switch to CHEESESHOP

PR:		179099
Submitted by:	araujo
Approved by:	Guixing <khsing.cn@gmail.com> (maintainer)
2013-06-15 11:25:09 +00:00

28 lines
559 B
Makefile

# Created by: Guixing Bai<khsing.cn@gmail.com>
# $FreeBSD$
PORTNAME= tornado
PORTVERSION= 3.0.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= khsing.cn@gmail.com
COMMENT= Python Web Server from FriendFeed
LICENSE= AL2
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 300
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}curl>0:${PORTSDIR}/ftp/py-curl
.endif
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} -m tornado.test.runtests
.include <bsd.port.post.mk>