while here in blockdiag add a patch to fix backward compatibility Reviewed by: maintainer (tota) Differential Revision: https://reviews.freebsd.org/D24039
18 lines
431 B
Makefile
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>
|