4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
17 lines
392 B
Makefile
17 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= blockdiagcontrib-cisco
|
|
PORTVERSION= 0.1.8
|
|
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:graphics/py-blockdiag
|
|
|
|
USES= python:2
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|