mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
55f9c9279f
PR: 188912 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr (blanket pre-approval)
19 lines
418 B
Makefile
19 lines
418 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blockdiagcontrib-cisco
|
|
PORTVERSION= 0.1.7
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Networking shapes for blockdiag designed by Cisco
|
|
|
|
RUN_DEPENDS= ${PKGNAMEPREFIX}blockdiag>=0.8.0:${PORTSDIR}/graphics/py-blockdiag
|
|
|
|
USE_PYTHON= 2
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|