blob: c0f4a53d7365bb2c7d0bb8306f92cda99c997d6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
PORTNAME= falcon
PORTVERSION= 1.0.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lichray@gmail.com
COMMENT= High-performance Python framework for building cloud APIs
LICENSE= APACHE20
BUILD_DEPENDS= cython>=0.11.2:lang/cython
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testtools>=0:devel/py-testtools \
${PYTHON_PKGNAMEPREFIX}six>=1.1.0:devel/py-six \
${PYTHON_PKGNAMEPREFIX}mimeparse>=0.1.4:devel/py-mimeparse
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|