1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/www/py-falcon/Makefile
Martin Wilke a3b9e99c9e - Update to 0.1.4
PR:		177631
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2013-04-26 06:47:24 +00:00

25 lines
593 B
Makefile

# Created by: Zhihao Yuan <lichray@gmail.com>
# $FreeBSD$
#
PORTNAME= falcon
PORTVERSION= 0.1.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lichray@gmail.com
COMMENT= High-performance Python framework for building cloud APIs
LICENSE= AL2
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
USE_PYTHON= 2.7+
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes
.include <bsd.port.mk>