freebsd-ports/devel/py-riak_pb/Makefile
Antoine Brodin 9bef23ecc2 Clean up USES
With hat:	portmgr
2020-02-19 17:59:35 +00:00

20 lines
439 B
Makefile

# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD$
PORTNAME= riak_pb
PORTVERSION= 2.0.0.16
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Riak Protocol Buffers Messages
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=2.4.1:devel/py-protobuf@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>