freebsd-ports/net/py-ripe.atlas.cousteau/Makefile
Sunpoet Po-Chuan Hsieh 23323cd99b Update to 1.4
- While I'm here:
  - Add LICENSE_FILE
  - Add NO_ARCH

Changes:	https://github.com/RIPE-NCC/ripe-atlas-cousteau/blob/master/CHANGES.rst
PR:		221255
Submitted by:	Max Stucchi <mstucchi@ripe.net> (maintainer)
2017-08-06 16:53:14 +00:00

25 lines
685 B
Makefile

# 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>