1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/py-ripe.atlas.cousteau/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

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>