freebsd-ports/net/py-ripe.atlas.sagan/Makefile
Babak Farrokhi 1ca3ef6ef0 net/py-ripe.atlas.sagan: update to 1.3.0
PR:		230348
Approved by:	mstucchi@ripe.net (maintainer timeout)
2019-11-03 21:47:37 +00:00

24 lines
657 B
Makefile

# Created by: Massimiliano Stucchi <mstucchi@ripe.net>
# $FreeBSD$
PORTNAME= ripe.atlas.sagan
PORTVERSION= 1.3.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mstucchi@ripe.net
COMMENT= Parsing library for RIPE Atlas measurement results
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>