freebsd-ports/net/py-ripe.atlas.cousteau/Makefile

26 lines
685 B
Makefile
Raw Normal View History

# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
# $FreeBSD$
PORTNAME= ripe.atlas.cousteau
PORTVERSION= 1.4
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mstucchi@ripe.net
COMMENT= Python wrapper around the RIPE Atlas API
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}socketio-client>=0.6.5:net/py-socketio-client \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests \
${PYTHON_PKGNAMEPREFIX}websocket-client<0.39:www/py-websocket-client
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>