2013-03-14 11:38:15 +00:00
|
|
|
# Created by: Zhihao Yuan <lichray@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= falcon
|
2013-04-26 06:47:24 +00:00
|
|
|
PORTVERSION= 0.1.4
|
2014-03-01 18:12:11 +00:00
|
|
|
PORTREVISION= 1
|
2013-03-14 11:38:15 +00:00
|
|
|
CATEGORIES= www python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
|
|
COMMENT= High-performance Python framework for building cloud APIs
|
|
|
|
|
2013-12-30 20:55:18 +00:00
|
|
|
LICENSE= APACHE20
|
2013-03-14 11:38:15 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= cython>=0.11.2:${PORTSDIR}/lang/cython
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>=0:${PORTSDIR}/devel/py-testtools \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
|
|
|
|
|
2014-01-13 21:00:02 +00:00
|
|
|
USE_PYTHON= yes
|
2014-03-01 18:12:11 +00:00
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_AUTOPLIST= yes
|
2013-03-14 11:38:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|