mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ripe.atlas.cousteau
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX=${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mstucchi@ripe.net
|
|
COMMENT= Python wrapper around the RIPE Atlas API
|
|
|
|
LICENSE= GPLv3
|
|
|
|
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
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|