mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
c5aa7e4ecc
%%PYTHON_SITELIBDIR%%/test/__init__.py is a common conflict.
29 lines
659 B
Makefile
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>
|