1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/devel/py-kazoo/Makefile
Ruslan Makhmatkhanov 71ebb6ea23 - fix typo in MASTER_SITES
- remove BUILD_DEPENDS (it's not needed to build actually)
- add trailing slash to pkg-descr:WWW
- remove $FreeBSD$ id from pkg-plist

Approved by:	skreuzer (maintainer, by mail)
2013-10-02 22:14:16 +00:00

26 lines
559 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= kazoo
PORTVERSION= 1.3.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Higher Level API to Zookeeper for Python
LICENSE= AL2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
${PYTHON_PKGNAMEPREFIX}gevent>=0.13.8:${PORTSDIR}/devel/py-gevent
USE_PYTHON= yes
USE_ZIP= yes
USE_PYDISTUTILS=easy_install
USES= gmake
NO_STAGE= yes
.include <bsd.port.mk>