1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/py-pystorm/Makefile
Mark Felder c5aa7e4ecc devel/py-pystorm: Fix plist conflict
%%PYTHON_SITELIBDIR%%/test/__init__.py is a common conflict.
2016-11-03 00:40:58 +00:00

29 lines
659 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= pystorm
PORTVERSION= 3.0.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= feld@FreeBSD.org
COMMENT= Battle-tested Apache Storm Multi-Lang implementation for Python
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}msgpack-python>0:devel/py-msgpack-python
NO_ARCH= yes
post-patch:
${RM} ${WRKSRC}/test/__init__.py
.include <bsd.port.mk>