freebsd-ports/graphics/py-blockdiagcontrib-cisco/Makefile
Baptiste Daroussin e47d5c0c12 Move all py*diag version to newer version supporting python3
while here in blockdiag add a patch to fix backward compatibility

Reviewed by:	maintainer (tota)
Differential Revision:	https://reviews.freebsd.org/D24039
2020-04-27 13:46:27 +00:00

18 lines
431 B
Makefile

# $FreeBSD$
PORTNAME= blockdiagcontrib-cisco
PORTVERSION= 0.1.8
PORTREVISION= 2
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Networking shapes for blockdiag designed by Cisco
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>