mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ripe.atlas.sagan
|
|
PORTVERSION= 1.1.6
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= mstucchi@ripe.net
|
|
COMMENT= Parsing library for RIPE Atlas measurement results
|
|
|
|
LICENSE= GPLv3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil \
|
|
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \
|
|
${PYTHON_PKGNAMEPREFIX}ipy>=0:net-mgmt/py-ipy
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|